diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-10-11 21:07:09 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-10-11 21:07:09 +0200 |
commit | fbea7eca656bf5797a2c5cf748715a1ae332835b (patch) | |
tree | 086eaa276ff3b7dc72fc72cb20317f92556c67ce /src/serialize.h | |
parent | d85f2458007ba8f7558220a99fe1dd03abd74307 (diff) | |
parent | 755e2819b059d3e9d8148c4802c6f12e7af3fad5 (diff) |
Merge branch 'master' of https://github.com/bitcoin/bitcoin
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 396594cf73..beb87f1d04 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 = 40100; +static const int VERSION = 50000; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; |