X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fversion.h;h=56297a39b7dbbcde1ff5dd3bf3c459bc67884e42;hp=35c7793297129ee48988aef00caf2157d24b966a;hb=10db7eddb688a980032d781b190b94955eb1314c;hpb=e6d475149e9828cf8526fcd9f6a9c105c62e8dab diff --git a/src/version.h b/src/version.h index 35c7793..56297a3 100644 --- a/src/version.h +++ b/src/version.h @@ -30,14 +30,14 @@ extern const std::string CLIENT_DATE; // ppcoin version - intended for display purpose ONLY #define PPCOIN_VERSION_MAJOR 0 #define PPCOIN_VERSION_MINOR 3 -#define PPCOIN_VERSION_REVISION 3 +#define PPCOIN_VERSION_REVISION 5 #define PPCOIN_VERSION_BUILD 0 // // network protocol versioning // -static const int PROTOCOL_VERSION = 60004; +static const int PROTOCOL_VERSION = 60005; // earlier versions not supported as of Feb 2012, and are disconnected // NOTE: as of bitcoin v0.6 message serialization (vSend, vRecv) still