From 3db0abcc3d362c2e3d3760b04372e68f0b03fafe Mon Sep 17 00:00:00 2001 From: namuyan Date: Sat, 8 Aug 2020 00:09:23 +0900 Subject: [PATCH] v0.8.9.9 --- 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 55746b3..a04aa3a 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -9,7 +9,7 @@ #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 8 #define CLIENT_VERSION_REVISION 9 -#define CLIENT_VERSION_BUILD 8 +#define CLIENT_VERSION_BUILD 9 // 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 30850f1..24f455b 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 7 +#define DISPLAY_VERSION_REVISION 8 #define DISPLAY_VERSION_BUILD 0 #endif