diff --git a/serialize.h b/serialize.h index 522bbfb44..70db9845e 100644 --- a/serialize.h +++ b/serialize.h @@ -25,7 +25,7 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int VERSION = 32000; +static const int VERSION = 32001; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true;