From a4278049d5636b8e27d8d4ca083b4169bd12ec74 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Mon, 30 Apr 2018 14:42:04 +0200 Subject: [PATCH] Bump version. --- src/Config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Config.h b/src/Config.h index ddf0fcd..34ae634 100644 --- a/src/Config.h +++ b/src/Config.h @@ -30,5 +30,5 @@ /////////////////////////////////////////////////////////////////////////////// #define VER_MUTILS_MAJOR 1 -#define VER_MUTILS_MINOR_HI 0 -#define VER_MUTILS_MINOR_LO 9 +#define VER_MUTILS_MINOR_HI 1 +#define VER_MUTILS_MINOR_LO 0 -- 2.11.4.GIT