x4x 6.19.3 upgrade

Update
This commit is contained in:
FSOL 2023-06-04 08:14:11 +02:00
parent d060f34300
commit 9cd0822551
2 changed files with 3 additions and 2 deletions

View file

@ -23,6 +23,7 @@
* Hive OS (Ubuntu 18.04) * Hive OS (Ubuntu 18.04)
* FreeBSD 13.1 * FreeBSD 13.1
* MacOS x64 darwin (10.5.x and upper) * MacOS x64 darwin (10.5.x and upper)
* CentOS 8
## How to compile ## How to compile
Check Github [wiki pages](https://github.com/FSOL-XDAG/xmrig-4-xdag/wiki#how-to-build). Check Github [wiki pages](https://github.com/FSOL-XDAG/xmrig-4-xdag/wiki#how-to-build).

View file

@ -22,7 +22,7 @@
#define APP_ID "xmrig-4-xdag" #define APP_ID "xmrig-4-xdag"
#define APP_NAME "XMRig-4-XDAG" #define APP_NAME "XMRig-4-XDAG"
#define APP_DESC "XMRig-4-XDAG miner" #define APP_DESC "XMRig-4-XDAG miner"
#define APP_VERSION "6.19.2" #define APP_VERSION "6.19.3"
#define APP_DOMAIN "xdag.io" #define APP_DOMAIN "xdag.io"
#define APP_SITE "www.xdag.io" #define APP_SITE "www.xdag.io"
#define APP_COPYRIGHT "Copyright (C) 2016-2023 xmrig.com / xdag.io" #define APP_COPYRIGHT "Copyright (C) 2016-2023 xmrig.com / xdag.io"
@ -30,7 +30,7 @@
#define APP_VER_MAJOR 6 #define APP_VER_MAJOR 6
#define APP_VER_MINOR 19 #define APP_VER_MINOR 19
#define APP_VER_PATCH 2 #define APP_VER_PATCH 3
#ifdef _MSC_VER #ifdef _MSC_VER
# if (_MSC_VER >= 1930) # if (_MSC_VER >= 1930)