aboutsummaryrefslogtreecommitdiff
path: root/src/serialize.h
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2011-07-02 16:55:11 -0400
committerJeff Garzik <jgarzik@pobox.com>2011-07-02 16:55:11 -0400
commitb4b536d782320b37e30a6d3021d4325ebe8c85e0 (patch)
tree3cef9cbc516cfe3a8da29ad4ea2b731996ea46be /src/serialize.h
parenta76899624ab4987dab7ca81d5ed22af140482d42 (diff)
downloadbitcoin-b4b536d782320b37e30a6d3021d4325ebe8c85e0.tar.xz
Bump version to 0.3.24.
Diffstat (limited to 'src/serialize.h')
-rw-r--r--src/serialize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialize.h b/src/serialize.h
index 0d66d6a956..31862a71a9 100644
--- a/src/serialize.h
+++ b/src/serialize.h
@@ -33,7 +33,7 @@ class CDataStream;
class CAutoFile;
static const unsigned int MAX_SIZE = 0x02000000;
-static const int VERSION = 32300;
+static const int VERSION = 32400;
static const char* pszSubVer = "";
static const bool VERSION_IS_BETA = true;