From 512f593b05640909d0825be999628b3089f40542 Mon Sep 17 00:00:00 2001 From: BenDr0id Date: Wed, 28 Mar 2018 12:41:54 +0200 Subject: [PATCH] Increased version to 1.5.3 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 430d97e8..ac26ad30 100644 --- a/src/version.h +++ b/src/version.h @@ -36,14 +36,14 @@ #define APP_DESC "XMRigCC CPU miner" #define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id" #endif -#define APP_VERSION "1.5.2 (based on XMRig 2.4.5)" +#define APP_VERSION "1.5.3 (based on XMRig 2.4.5)" #define APP_DOMAIN "" #define APP_SITE "https://github.com/Bendr0id/xmrigCC" #define APP_KIND "cpu" #define APP_VER_MAJOR 1 #define APP_VER_MINOR 5 -#define APP_VER_BUILD 2 +#define APP_VER_BUILD 3 #define APP_VER_REV 0 #ifndef NDEBUG