From: CryptoManiac Date: Wed, 2 Sep 2015 17:48:03 +0000 (+0300) Subject: v0.5.3 snapshot X-Git-Tag: nvc-v0.5.3~1 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=549d95ad6489df40b2acc8bf65f9b016b6780f08 v0.5.3 snapshot --- diff --git a/src/clientversion.h b/src/clientversion.h index e387fe4..8cf680d 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 1 +#define CLIENT_VERSION_BUILD 2 // 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 287298a..c5f0e89 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 2 +#define DISPLAY_VERSION_REVISION 3 #endif