From b68d80f41105767d2a01f3caecf01557166f596b Mon Sep 17 00:00:00 2001 From: cygnusxi Date: Tue, 15 Jan 2019 17:18:05 -0600 Subject: [PATCH] version 2.0.0.2 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 626652b..ce90ca5 100644 --- a/src/version.h +++ b/src/version.h @@ -47,6 +47,6 @@ static const int MEMPOOL_GD_VERSION = 60002; #define DISPLAY_VERSION_MAJOR 2 #define DISPLAY_VERSION_MINOR 0 #define DISPLAY_VERSION_REVISION 0 -#define DISPLAY_VERSION_BUILD 1 +#define DISPLAY_VERSION_BUILD 2 #endif