v4.4.0-evo

This commit is contained in:
XMRig
2019-10-23 03:03:24 +07:00
parent 9afe0f2cd4
commit 36704047e1

View File

@@ -28,15 +28,15 @@
#define APP_ID "xmrig-proxy"
#define APP_NAME "xmrig-proxy"
#define APP_DESC "XMRig Stratum proxy"
#define APP_VERSION "3.2.1-dev"
#define APP_VERSION "4.4.0-evo"
#define APP_DOMAIN "xmrig.com"
#define APP_SITE "www.xmrig.com"
#define APP_COPYRIGHT "Copyright (C) 2016-2019 xmrig.com"
#define APP_KIND "proxy"
#define APP_VER_MAJOR 3
#define APP_VER_MINOR 2
#define APP_VER_PATCH 1
#define APP_VER_MAJOR 4
#define APP_VER_MINOR 4
#define APP_VER_PATCH 0
#ifdef _MSC_VER
# if (_MSC_VER >= 1920)