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 f999f600..fa30ade0 100644
--- a/src/main.h
+++ b/src/main.h
@@ -62,8 +62,8 @@
#endif
#ifdef PACKAGE_VERSION
-#ifdef TMWSERV_SUPPORT
-#define FULL_VERSION "v" PACKAGE_VERSION " (tmwserv)"
+#ifdef MANASERV_SUPPORT
+#define FULL_VERSION "v" PACKAGE_VERSION " (manaserv)"
#else
#define FULL_VERSION "v" PACKAGE_VERSION " (eAthena)"
#endif