From 30cc6348f32e81c26f104d26b587b0b01aa28d45 Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 10 Jun 2009 14:43:20 -0500 Subject: *Some merge of Mangos before update to 3.1.3. TC2 will update to 3.1.3 after about 10 hours. --HG-- branch : trunk --- src/shared/SystemConfig.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3