diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-11-21 13:38:09 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-11-21 13:38:38 -0500 |
commit | 67c454c67cc7c8f775d38dd024da35101460aed9 (patch) | |
tree | 11b281d338074a0927509242a7bf2b2646d3c913 /src/serialize.h | |
parent | fe9032709c87ec1c577a24a5fd0622268ae2b853 (diff) |
Bump version to 0.5.1
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 53867e939a..78cff43d53 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -60,7 +60,7 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int VERSION = 50001; +static const int VERSION = 50100; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; |