From 6b010cb18ae465f13466b04a8f82272b6b4b5cac Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 15 Jun 2013 20:58:45 +0400 Subject: [PATCH] Increase version --- README.md | 1 + novacoin-qt.pro | 2 +- src/clientversion.h | 2 +- src/version.h | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a3943fb..a9a1ade 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ NovaCoin - a hybrid scrypt PoW + PoS based cryptocurrency. * 10 minutes stake spacing * 30 minutes PoW spacing +* Balanced PoW blocks and stakes weighting * The PoW subsidy halves every x64 multiply of PoW difficulty * The PoS interest halves every x64 multiply of PoS difficulty * Maximum PoW reward is 100 coins diff --git a/novacoin-qt.pro b/novacoin-qt.pro index 53b06fa..193da96 100644 --- a/novacoin-qt.pro +++ b/novacoin-qt.pro @@ -1,6 +1,6 @@ TEMPLATE = app TARGET = novacoin-qt -VERSION = 0.7.2 +VERSION = 0.7.4 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 5ada4d8..b85b281 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 2 +#define CLIENT_VERSION_REVISION 4 #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 7281f4b..0e607f8 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 = 60007; +static const int PROTOCOL_VERSION = 60008; // earlier versions not supported as of Feb 2012, and are disconnected static const int MIN_PROTO_VERSION = 209; @@ -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 2 +#define DISPLAY_VERSION_REVISION 3 #define DISPLAY_VERSION_BUILD 0 #endif -- 1.7.1