X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fserialize.h;h=491169ff58bd9c5aac9ee19c6bd5cdc9cdc9c0ed;hp=2bc3a071d77ffc64cb24c7e4d82e5a6e4e0d7fff;hb=ffef16404d16678d54e767dda6c301ad51fb82a7;hpb=4986c35d74afd6fc313d7637eb0220f3df500009 diff --git a/src/serialize.h b/src/serialize.h index 2bc3a07..491169f 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -59,7 +59,7 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int VERSION = 40400; +static const int VERSION = 40500; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true;