v6.3.5-dev

This commit is contained in:
XMRig
2020-09-23 08:06:28 +07:00
parent a443ceb21f
commit 1e64c4ea10

View File

@@ -28,7 +28,7 @@
#define APP_ID "xmrig"
#define APP_NAME "XMRig"
#define APP_DESC "XMRig miner"
#define APP_VERSION "6.3.4"
#define APP_VERSION "6.3.5-dev"
#define APP_DOMAIN "xmrig.com"
#define APP_SITE "www.xmrig.com"
#define APP_COPYRIGHT "Copyright (C) 2016-2020 xmrig.com"
@@ -36,7 +36,7 @@
#define APP_VER_MAJOR 6
#define APP_VER_MINOR 3
#define APP_VER_PATCH 4
#define APP_VER_PATCH 5
#ifdef _MSC_VER
# if (_MSC_VER >= 1920)