From 930a07c3f508fa734e7a3deeca2b0502da3b27a7 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Thu, 17 Feb 2011 19:22:08 -0500 Subject: [PATCH] Bump version to 0.3.20.01 --- serialize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;