summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h
index b0917e2a..c1cf3e3f 100644
--- a/src/main.h
+++ b/src/main.h
@@ -51,9 +51,9 @@
*/
#ifdef PACKAGE_VERSION
-#define FULL_VERSION "v" PACKAGE_VERSION
+#define FULL_VERSION "Mana " PACKAGE_VERSION
#else
-#define FULL_VERSION "Unknown Version"
+#define FULL_VERSION "Mana (unknown version)"
#endif
#ifdef PACKAGE_OS