diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-09-02 13:31:28 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-09-02 13:34:56 -0400 |
commit | 7464e647decace52bc075d9ac8788974504e0bb9 (patch) | |
tree | 92d013f875a6e72d425d04ac1bcef2e6c0e3d92c /src/serialize.h | |
parent | 712077a76068ac555e7ec15e9416a2e7d2cc877f (diff) |
Bumped version numbers to 0.4.0rc1v0.4.00rc1
Diffstat (limited to 'src/serialize.h')
-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 0a31ff557d..698bdfe6a9 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -59,7 +59,7 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int VERSION = 32500; +static const int VERSION = 40000; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; |