From: Gavin Andresen Date: Wed, 23 Feb 2011 19:12:20 +0000 (-0500) Subject: Bump version to 0.3.20.02 X-Git-Tag: v0.4.0-unstable~234^2~154 X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=ccd7fe8de52bbc9210b444838eefb7ddbc880457;p=novacoin.git Bump version to 0.3.20.02 --- diff --git a/serialize.h b/serialize.h index 70db984..6bf6fbf 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 = 32001; +static const int VERSION = 32002; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true;