From a87f36fdb05c77a4054141bcf9cb05790fc7d6c5 Mon Sep 17 00:00:00 2001 From: XMRig Date: Thu, 17 Jan 2019 12:50:18 +0700 Subject: [PATCH] v2.9.3 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index c49735f8..81dac219 100644 --- a/src/version.h +++ b/src/version.h @@ -27,7 +27,7 @@ #define APP_ID "xmrig-nvidia" #define APP_NAME "XMRig-NVIDIA" #define APP_DESC "XMRig CUDA miner" -#define APP_VERSION "2.9.1" +#define APP_VERSION "2.9.3" #define APP_DOMAIN "xmrig.com" #define APP_SITE "www.xmrig.com" #define APP_COPYRIGHT "Copyright (C) 2016-2018 xmrig.com" @@ -35,7 +35,7 @@ #define APP_VER_MAJOR 2 #define APP_VER_MINOR 9 -#define APP_VER_PATCH 1 +#define APP_VER_PATCH 3 #ifdef _MSC_VER # if (_MSC_VER >= 1910)