Bump VERSION so we can differentiate between fixed 0.4.7rc2 and not-fixed 0.4.7rc1
authorLuke Dashjr <luke-jr+git@utopios.org>
Thu, 14 Jun 2012 15:59:18 +0000 (15:59 +0000)
committerLuke Dashjr <luke-jr+git@utopios.org>
Thu, 14 Jun 2012 15:59:18 +0000 (15:59 +0000)
src/serialize.h

index e3c3210..db3c963 100644 (file)
@@ -59,7 +59,7 @@ class CDataStream;
 class CAutoFile;
 static const unsigned int MAX_SIZE = 0x02000000;
 
-static const int VERSION = 40700;
+static const int VERSION = 40701;
 static const char* pszSubVer = "";
 static const bool VERSION_IS_BETA = true;