From 2a40f0d66a87404ba1fe4503fc6cfa17d67d7374 Mon Sep 17 00:00:00 2001 From: cygnusxi Date: Tue, 15 Jan 2019 17:16:34 -0600 Subject: [PATCH] version 2.0.0.2 --- src/clientversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clientversion.h b/src/clientversion.h index 84d3fd4..bd72530 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -9,7 +9,7 @@ #define CLIENT_VERSION_MAJOR 2 #define CLIENT_VERSION_MINOR 0 #define CLIENT_VERSION_REVISION 0 -#define CLIENT_VERSION_BUILD 1 +#define CLIENT_VERSION_BUILD 2 // Converts the parameter X to a string after macro replacement on X has been performed.