Bump VERSION so we can differentiate between fixed 0.4.7rc2 and not-fixed 0.4.7rc1
[novacoin.git] / 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;