X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fserialize.h;h=396e1727eb671f05ff7861a76ec8b6ce94c620c5;hb=7f23df06d7126e32bb2b80df355855bc9c8b242a;hp=79dd25aab5c51ccef3aa09f04f0317e00dfd6c85;hpb=a5b875f47b3a1ad6d11bc4bcbfcc500fad125d60;p=novacoin.git diff --git a/src/serialize.h b/src/serialize.h index 79dd25a..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 = 50300; +static const int VERSION = 50400; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true;