From: alex Date: Tue, 30 Jul 2013 16:21:18 +0000 (+0400) Subject: Bump version numbers X-Git-Tag: v0.4.4-nvc~11 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=5714edeb71fb11145c169244a1087bfe7303e08b Bump version numbers --- diff --git a/novacoin-qt.pro b/novacoin-qt.pro index 193da96..5922e05 100644 --- a/novacoin-qt.pro +++ b/novacoin-qt.pro @@ -1,6 +1,6 @@ TEMPLATE = app TARGET = novacoin-qt -VERSION = 0.7.4 +VERSION = 0.7.5 INCLUDEPATH += src src/json src/qt DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE CONFIG += no_include_pwd diff --git a/src/clientversion.h b/src/clientversion.h index b85b281..bf5ead6 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -8,7 +8,7 @@ // These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 7 -#define CLIENT_VERSION_REVISION 4 +#define CLIENT_VERSION_REVISION 5 #define CLIENT_VERSION_BUILD 0 // Converts the parameter X to a string after macro replacement on X has been performed. diff --git a/src/version.h b/src/version.h index 0e607f8..35e07f4 100644 --- a/src/version.h +++ b/src/version.h @@ -25,7 +25,7 @@ extern const std::string CLIENT_DATE; // network protocol versioning // -static const int PROTOCOL_VERSION = 60008; +static const int PROTOCOL_VERSION = 60009; // earlier versions not supported as of Feb 2012, and are disconnected static const int MIN_PROTO_VERSION = 209; @@ -36,7 +36,7 @@ static const int CADDR_TIME_VERSION = 31402; // only request blocks from nodes outside this range of versions static const int NOBLKS_VERSION_START = 60002; -static const int NOBLKS_VERSION_END = 60004; +static const int NOBLKS_VERSION_END = 60006; // BIP 0031, pong message, is enabled for all versions AFTER this one static const int BIP0031_VERSION = 60000; @@ -46,7 +46,7 @@ static const int MEMPOOL_GD_VERSION = 60002; #define DISPLAY_VERSION_MAJOR 0 #define DISPLAY_VERSION_MINOR 4 -#define DISPLAY_VERSION_REVISION 3 +#define DISPLAY_VERSION_REVISION 4 #define DISPLAY_VERSION_BUILD 0 #endif