From 84e7ad922bc6b59219d0b5f2220b531eb549c8f5 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Mon, 24 Jan 2011 11:13:25 -0500 Subject: [PATCH] Bump version number to 0.3.20 --- serialize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serialize.h b/serialize.h index f434b04ca..45dec955d 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 = 31902; +static const int VERSION = 32000; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true;