From c744c101f58063aa8e6fbdaca00cb2b00043be62 Mon Sep 17 00:00:00 2001 From: cygnusxi Date: Thu, 11 Jun 2015 02:01:18 -0400 Subject: [PATCH] update version --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 272411c..9da3946 100644 --- a/src/version.h +++ b/src/version.h @@ -47,6 +47,6 @@ static const int MEMPOOL_GD_VERSION = 60002; #define DISPLAY_VERSION_MAJOR 0 #define DISPLAY_VERSION_MINOR 1 #define DISPLAY_VERSION_REVISION 3 -#define DISPLAY_VERSION_BUILD 1 +#define DISPLAY_VERSION_BUILD 2 #endif