X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fserialize.h;h=61120fd496982d8e2362e254659e0abe647863e7;hp=dafc4b11d851fc7043ee22c9c975cca1df0e89da;hb=09f2a990950512cbe418526d91838887a0dded2a;hpb=47c304dcf377722321f7e1cbe7aa371725fba258 diff --git a/src/serialize.h b/src/serialize.h index dafc4b1..61120fd 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -65,6 +65,8 @@ static const int VERSION = 50100; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; +static const int PPCOIN_VERSION = 100; + // Used to bypass the rule against non-const reference to temporary // where it makes sense with wrappers such as CFlatData or CTxDB template