Bump VERSION so we can differentiate between fixed 0.4.7rc2 and not-fixed 0.4.7rc1

This commit is contained in:
Luke Dashjr 2012-06-14 15:59:18 +00:00
parent 9a48f56fb0
commit 9849f50b68

View 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;