From: CryptoManiac Date: Sun, 6 Dec 2015 23:49:54 +0000 (+0300) Subject: Bump version to 0.5.5 X-Git-Tag: nvc-v0.5.5^0 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=refs%2Ftags%2Fnvc-v0.5.5 Bump version to 0.5.5 --- diff --git a/src/clientversion.h b/src/clientversion.h index fb2a27a..2fc2bab 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -9,7 +9,7 @@ #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 7 #define CLIENT_VERSION_REVISION 6 -#define CLIENT_VERSION_BUILD 3 +#define CLIENT_VERSION_BUILD 4 // Converts the parameter X to a string after macro replacement on X has been performed. // Don't merge these into one macro! diff --git a/src/version.h b/src/version.h index 4d84d5f..c19ad48 100644 --- a/src/version.h +++ b/src/version.h @@ -51,6 +51,6 @@ static const int MEMPOOL_GD_VERSION = 60002; #define DISPLAY_VERSION_MAJOR 0 #define DISPLAY_VERSION_MINOR 5 -#define DISPLAY_VERSION_REVISION 4 +#define DISPLAY_VERSION_REVISION 5 #endif