Bump version number to 0.3.21 (lest we forget)
authorGavin Andresen <gavinandresen@gmail.com>
Thu, 10 Mar 2011 15:47:59 +0000 (10:47 -0500)
committerGavin Andresen <gavinandresen@gmail.com>
Thu, 10 Mar 2011 15:50:46 +0000 (10:50 -0500)
serialize.h

index 6bf6fbf..383c987 100644 (file)
@@ -25,7 +25,7 @@ class CDataStream;
 class CAutoFile;
 static const unsigned int MAX_SIZE = 0x02000000;
 
-static const int VERSION = 32002;
+static const int VERSION = 32100;
 static const char* pszSubVer = "";
 static const bool VERSION_IS_BETA = true;