diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-02-17 19:22:08 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-02-17 19:22:08 -0500 |
commit | 930a07c3f508fa734e7a3deeca2b0502da3b27a7 (patch) | |
tree | 70a3ba24ef4fafd865ab7d3ab625a7edff780232 /serialize.h | |
parent | 5a3e82f9f543bdc88b8eaadee5d694b4f6cebdc7 (diff) |
Bump version to 0.3.20.01
Diffstat (limited to 'serialize.h')
-rw-r--r-- | serialize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize.h b/serialize.h index 522bbfb44e..70db9845ee 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 = 32000; +static const int VERSION = 32001; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; |