Revert "x4x 6.19.3 upgrade"

This reverts commit 9cd0822551.
This commit is contained in:
FSOL 2023-06-04 08:44:33 +02:00
parent 9cd0822551
commit 092f9d5cb6
2 changed files with 2 additions and 3 deletions

View file

@ -23,7 +23,6 @@
* 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.3" #define APP_VERSION "6.19.2"
#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 3 #define APP_VER_PATCH 2
#ifdef _MSC_VER #ifdef _MSC_VER
# if (_MSC_VER >= 1930) # if (_MSC_VER >= 1930)