diff options
author | Jeff Garzik <jeff@garzik.org> | 2011-07-02 16:55:11 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2011-07-02 16:55:11 -0400 |
commit | b4b536d782320b37e30a6d3021d4325ebe8c85e0 (patch) | |
tree | 3cef9cbc516cfe3a8da29ad4ea2b731996ea46be /src | |
parent | a76899624ab4987dab7ca81d5ed22af140482d42 (diff) |
Bump version to 0.3.24.
Diffstat (limited to 'src')
-rw-r--r-- | src/serialize.h | 2 |
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; |