diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-02-23 14:12:20 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-03-04 09:44:00 -0500 |
commit | d53070ceb0487ebcf0eb7afb12c0be2dbf9fd4d2 (patch) | |
tree | 0766181afca3ec42000659156a258722fa50c1fc | |
parent | d787e00a3bb47c513566a8f9baef5b6b3c6d93b4 (diff) |
Bump version to 0.3.20.02
-rw-r--r-- | serialize.h | 2 |
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; |