X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fserialize.h;h=396e1727eb671f05ff7861a76ec8b6ce94c620c5;hb=7f23df06d7126e32bb2b80df355855bc9c8b242a;hp=d5d6e618c6212d8700edd5fd194eec1e0846d870;hpb=70550ed81be022c81826791a75dd1567db1d667b;p=novacoin.git diff --git a/src/serialize.h b/src/serialize.h index d5d6e61..396e172 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -1,5 +1,5 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto -// Copyright (c) 2011 The Bitcoin developers +// Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_SERIALIZE_H @@ -60,7 +60,7 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int VERSION = 50004; +static const int VERSION = 50400; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true;