diff options
author | Jeff Garzik <jeff@garzik.org> | 2011-06-05 10:39:01 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2011-06-05 10:39:01 -0400 |
commit | 6f07e22210569da89ae230499efd06689ab2a83c (patch) | |
tree | a2010eb978217349ab6f25ccf10206281b3dd613 /src | |
parent | 09d1484b2293c9e1619fff29a9a41d520cda294b (diff) |
Bump version to 0.3.23.
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 8e7677a2eb..0d66d6a956 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 = 32200; +static const int VERSION = 32300; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; |