From 32fb5dfef7c4fb09098f59331e872363e2439833 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Thu, 10 Mar 2011 10:47:59 -0500 Subject: [PATCH] Bump version number to 0.3.21 (lest we forget) --- serialize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serialize.h b/serialize.h index 6bf6fbfa..383c9878 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 = 32002; +static const int VERSION = 32100; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true;