X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fserialize.h;h=e3c3210e02bc0a121830aa0c34c4ea65efd26d09;hb=58ac600b2c94f12309fc5e18933891590dc1eb4c;hp=959a3a694ba74dc5c92214480449c80dac95a199;hpb=e6578e7fa7385dde7a0de9c2e87d8c0afa176314;p=novacoin.git diff --git a/src/serialize.h b/src/serialize.h index 959a3a6..e3c3210 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // 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. +// file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_SERIALIZE_H #define BITCOIN_SERIALIZE_H @@ -59,7 +59,7 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int VERSION = 40600; +static const int VERSION = 40700; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true;