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