aboutsummaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authormegamage <none@none>2009-06-10 14:43:20 -0500
committermegamage <none@none>2009-06-10 14:43:20 -0500
commit30cc6348f32e81c26f104d26b587b0b01aa28d45 (patch)
treed2f10985f54399f7f121a15ae1c364d198083d41 /src/shared
parent375641398a43fd9c1c72eba7ae5b7bb4e045b239 (diff)
*Some merge of Mangos before update to 3.1.3. TC2 will update to 3.1.3 after about 10 hours.
--HG-- branch : trunk
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/SystemConfig.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/SystemConfig.h.in b/src/shared/SystemConfig.h.in
index ad8df37b5be..09735b01097 100644
--- a/src/shared/SystemConfig.h.in
+++ b/src/shared/SystemConfig.h.in
@@ -31,7 +31,7 @@
#ifndef _VERSION
#if PLATFORM == PLATFORM_WINDOWS
-# define _VERSION(REVD,REVT,REVN,REVH) "0.13.0-DEV" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
+# define _VERSION(REVD,REVT,REVN,REVH) "0.14.0-DEV" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
#else
# define _VERSION(REVD,REVT,REVN,REVH) "@VERSION@" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
#endif