aboutsummaryrefslogtreecommitdiff
path: root/src/shared/SystemConfig.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-18 17:58:13 -0600
committermegamage <none@none>2009-01-18 17:58:13 -0600
commitc85c89dc0b0564113e48bfcaf96dc2af55d73bb8 (patch)
treeb75e19414c6a9dc8bfd438f9e0c7a2e42aada9a6 /src/shared/SystemConfig.h
parent54ed3974138f2f51c3c42c4469f9f1541818f631 (diff)
parent613217fca7c2959fe3abbe593f4be65beedaeca8 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/shared/SystemConfig.h')
-rw-r--r--src/shared/SystemConfig.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/shared/SystemConfig.h b/src/shared/SystemConfig.h
index aeb38891c11..9e7fe3e3045 100644
--- a/src/shared/SystemConfig.h
+++ b/src/shared/SystemConfig.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/>
*
* Copyright (C) 2008 Trinity <http://www.trinitycore.org/>
@@ -25,7 +25,7 @@
#define TRINITY_SYSTEMCONFIG_H
#include "Platform/Define.h"
-#include "revision.h" //-----here u are ------ _REVISION is the magic key
+#include "revision.h"
#define _PACKAGENAME "TrinityCore "
@@ -39,12 +39,12 @@
#if PLATFORM == PLATFORM_WINDOWS
# ifdef _WIN64
-# define _FULLVERSION _PACKAGENAME "Rev: " _REVISION " (Win64," _ENDIAN_STRING ")"
+# define _FULLVERSION _PACKAGENAME "Rev: " _REVISION " Hash: " _HASH " (Win64," _ENDIAN_STRING ")"
# else
-# define _FULLVERSION _PACKAGENAME "Rev: " _REVISION " (Win32," _ENDIAN_STRING ")"
+# define _FULLVERSION _PACKAGENAME "Rev: " _REVISION " Hash: " _HASH " (Win32," _ENDIAN_STRING ")"
# endif
#else
-# define _FULLVERSION _PACKAGENAME "Rev: " _REVISION " (Unix," _ENDIAN_STRING ")"
+# define _FULLVERSION _PACKAGENAME "Rev: " _REVISION " Hash: " _HASH " (Unix," _ENDIAN_STRING ")"
#endif
#define DEFAULT_PLAYER_LIMIT 100