diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2012-06-14 15:59:18 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2012-06-14 15:59:18 +0000 |
commit | 9849f50b6866f326040622f124601efaa8c37434 (patch) | |
tree | 8b49fe0a6ee8429638bb09a609362983fe44cd63 /src | |
parent | 9a48f56fb02338b7f68ab9fd469abc1abe0011c3 (diff) |
Bump VERSION so we can differentiate between fixed 0.4.7rc2 and not-fixed 0.4.7rc1
Diffstat (limited to 'src')
-rw-r--r-- | src/serialize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialize.h b/src/serialize.h index e3c3210e02..db3c963654 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -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; |