X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fserialize.h;h=61d80d70507d52ed0515d31ca20f96751458dece;hp=b1fabb7a0e91df863bef3621049d7a96f199df79;hb=3703150d56ff6ee557ab330e55637c9c23835902;hpb=1bc2f0a37b68aa99e90437105a48c47046b6c0d0 diff --git a/src/serialize.h b/src/serialize.h index b1fabb7..61d80d7 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 = 50600; +static const int VERSION = 50601; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true;