diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-01-24 11:13:25 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-01-24 11:13:25 -0500 |
commit | 84e7ad922bc6b59219d0b5f2220b531eb549c8f5 (patch) | |
tree | cab5b1462a5a3d6bc55726d090838611eba4c5c5 /serialize.h | |
parent | 4698dd9a0230a58e8d83eab76315f550e016ec21 (diff) |
Bump version number to 0.3.20
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 f434b04ca6..45dec955dd 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 = 31902; +static const int VERSION = 32000; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; |