From 36ea685e826fee2d948691cd172b571ab4ac95a4 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Thu, 22 Jan 2015 22:26:21 +0300 Subject: [PATCH] v0.5.2 snapshot --- src/clientversion.h | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/clientversion.h b/src/clientversion.h index 5c40ea5..e387fe4 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 0 +#define CLIENT_VERSION_BUILD 1 // 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 572da25..287298a 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 1 +#define DISPLAY_VERSION_REVISION 2 #endif -- 1.7.1