From e6d6042922863a0dd064bebb0c4900cb7ee3833c Mon Sep 17 00:00:00 2001 From: cygnus Date: Wed, 27 Sep 2017 19:09:13 -0400 Subject: [PATCH] 1.9.4.1 Version bump --- 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 5860b0f..83e38ca 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -8,7 +8,7 @@ // These need to be macros, as version.cpp's and curecoin-qt.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 1 #define CLIENT_VERSION_MINOR 9 -#define CLIENT_VERSION_REVISION 3 +#define CLIENT_VERSION_REVISION 4 #define CLIENT_VERSION_BUILD 1 // 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 8ca602c..9028e68 100644 --- a/src/version.h +++ b/src/version.h @@ -46,7 +46,7 @@ static const int MEMPOOL_GD_VERSION = 60002; #define DISPLAY_VERSION_MAJOR 1 #define DISPLAY_VERSION_MINOR 9 -#define DISPLAY_VERSION_REVISION 3 +#define DISPLAY_VERSION_REVISION 4 #define DISPLAY_VERSION_BUILD 1 #endif