aboutsummaryrefslogtreecommitdiff
path: root/src/shared/SystemConfig.h
diff options
context:
space:
mode:
authorParadox <none@none>2009-01-17 09:23:03 -0500
committerParadox <none@none>2009-01-17 09:23:03 -0500
commit87d9f3261e85587e9be1121bc2d62c034443f00f (patch)
tree2741cb346a31187c205782b2ceaeaaecf8efe3de /src/shared/SystemConfig.h
parent660263ed1bbe1ce8d085e591c2947ca0bb2e76ce (diff)
Generates the HG Revision number.
--HG-- branch : trunk
Diffstat (limited to 'src/shared/SystemConfig.h')
-rw-r--r--src/shared/SystemConfig.h22
1 files changed, 20 insertions, 2 deletions
diff --git a/src/shared/SystemConfig.h b/src/shared/SystemConfig.h
index 262aa9e6355..aeb38891c11 100644
--- a/src/shared/SystemConfig.h
+++ b/src/shared/SystemConfig.h
@@ -25,9 +25,27 @@
#define TRINITY_SYSTEMCONFIG_H
#include "Platform/Define.h"
+#include "revision.h" //-----here u are ------ _REVISION is the magic key
-// THIS IS TEMP :)
-#define _FULLVERSION "Trinity"
+
+#define _PACKAGENAME "TrinityCore "
+#define _CODENAME "YUME"
+
+#if TRINITY_ENDIAN == TRINITY_BIGENDIAN
+# define _ENDIAN_STRING "big-endian"
+#else
+# define _ENDIAN_STRING "little-endian"
+#endif
+
+#if PLATFORM == PLATFORM_WINDOWS
+# ifdef _WIN64
+# define _FULLVERSION _PACKAGENAME "Rev: " _REVISION " (Win64," _ENDIAN_STRING ")"
+# else
+# define _FULLVERSION _PACKAGENAME "Rev: " _REVISION " (Win32," _ENDIAN_STRING ")"
+# endif
+#else
+# define _FULLVERSION _PACKAGENAME "Rev: " _REVISION " (Unix," _ENDIAN_STRING ")"
+#endif
#define DEFAULT_PLAYER_LIMIT 100
#define DEFAULT_WORLDSERVER_PORT 8085 //8129