From: Luke Dashjr Date: Thu, 14 Jun 2012 15:59:18 +0000 (+0000) Subject: Bump VERSION so we can differentiate between fixed 0.4.7rc2 and not-fixed 0.4.7rc1 X-Git-Tag: v0.4.0-unstable~129^2~1^2^2^2^2~1 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=9849f50b6866f326040622f124601efaa8c37434 Bump VERSION so we can differentiate between fixed 0.4.7rc2 and not-fixed 0.4.7rc1 --- diff --git a/src/serialize.h b/src/serialize.h index e3c3210..db3c963 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;