X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fversion.h;h=deea37c534d2d9e4b3fadddbf124b9ef76b5cb29;hb=6b0e5bf1425e8d96732cc7133aee048c2a35d17c;hp=bccea961e8a7119a6eb885109e4f0efbecbdbaf9;hpb=a82f16368967b2e9f7b51fdf83d78ced88969478;p=novacoin.git diff --git a/src/version.h b/src/version.h index bccea96..deea37c 100644 --- a/src/version.h +++ b/src/version.h @@ -28,7 +28,7 @@ extern const std::string CLIENT_DATE; // ppcoin version - intended for display purpose ONLY #define PPCOIN_VERSION_MAJOR 0 -#define PPCOIN_VERSION_MINOR 1 +#define PPCOIN_VERSION_MINOR 2 #define PPCOIN_VERSION_REVISION 0 #define PPCOIN_VERSION_BUILD 0 @@ -36,7 +36,7 @@ extern const std::string CLIENT_DATE; // network protocol versioning // -static const int PROTOCOL_VERSION = 60001; +static const int PROTOCOL_VERSION = 60002; // earlier versions not supported as of Feb 2012, and are disconnected // NOTE: as of bitcoin v0.6 message serialization (vSend, vRecv) still