aboutsummaryrefslogtreecommitdiff
path: root/serialize.h
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2011-02-23 14:12:20 -0500
committerGavin Andresen <gavinandresen@gmail.com>2011-02-23 14:12:20 -0500
commitccd7fe8de52bbc9210b444838eefb7ddbc880457 (patch)
tree4c71fca311ca336ff58eed0e118efd9fa25aba72 /serialize.h
parent2175c9dae1122d9360cc2f7ae90fcb47f8bb8270 (diff)
downloadbitcoin-ccd7fe8de52bbc9210b444838eefb7ddbc880457.tar.xz
Bump version to 0.3.20.02
Diffstat (limited to 'serialize.h')
-rw-r--r--serialize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize.h b/serialize.h
index 70db9845ee..6bf6fbfaab 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;