1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 08:23:34 -05:00

Merge of xmrig v6.5.0

This commit is contained in:
MoneroOcean
2020-11-02 15:08:16 +00:00
86 changed files with 15293 additions and 490 deletions

View File

@@ -28,14 +28,14 @@
#define APP_ID "xmrig"
#define APP_NAME "XMRig"
#define APP_DESC "XMRig miner"
#define APP_VERSION "6.4.0-mo3"
#define APP_VERSION "6.5.0-mo1"
#define APP_DOMAIN "xmrig.com"
#define APP_SITE "www.xmrig.com"
#define APP_COPYRIGHT "Copyright (C) 2016-2020 xmrig.com"
#define APP_KIND "miner"
#define APP_VER_MAJOR 6
#define APP_VER_MINOR 4
#define APP_VER_MINOR 5
#define APP_VER_PATCH 0
#ifdef _MSC_VER