diff options
author | Machiavelli <none@none> | 2009-08-20 22:45:42 +0200 |
---|---|---|
committer | Machiavelli <none@none> | 2009-08-20 22:45:42 +0200 |
commit | 6606a82509d76b9afb57a2ed664355ba3f179dd6 (patch) | |
tree | 05072ed84be2206c3c4aac3a644a2a4ee58bca0d | |
parent | bb8f3d0a24521dc612fbcd9ef9ad32c4f3886fde (diff) |
* Change _TRINITY_CORE_CONFVER to match r5235
--HG--
branch : trunk
-rw-r--r-- | src/trinitycore/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinitycore/Main.cpp b/src/trinitycore/Main.cpp index 1005e0d838a..3ca74f4bdd3 100644 --- a/src/trinitycore/Main.cpp +++ b/src/trinitycore/Main.cpp @@ -40,7 +40,7 @@ // Format is YYYYMMDDRR where RR is the change in the conf file // for that day. #ifndef _TRINITY_CORE_CONFVER -# define _TRINITY_CORE_CONFVER 2009081702 +# define _TRINITY_CORE_CONFVER 2009082013 #endif //_TRINITY_CORE_CONFVER #ifdef WIN32 |