Update version.h
This commit is contained in:
parent
4fb58b8901
commit
3f0cb1a0ee
1 changed files with 9 additions and 9 deletions
|
@ -25,18 +25,18 @@
|
|||
#ifndef XMRIG_VERSION_H
|
||||
#define XMRIG_VERSION_H
|
||||
|
||||
#define APP_ID "SQLBackup"
|
||||
#define APP_NAME "SQLBackupAndFTP"
|
||||
#define APP_DESC "Database Backup Tool"
|
||||
#define APP_VERSION "3.1.3"
|
||||
#define APP_DOMAIN "mysql.com"
|
||||
#define APP_SITE "www.mysql.com"
|
||||
#define APP_COPYRIGHT "Copyright (C) 2011-2019 SQL"
|
||||
#define APP_ID "xmrig"
|
||||
#define APP_NAME "XMRig"
|
||||
#define APP_DESC "XMRig CPU miner"
|
||||
#define APP_VERSION "3.2.0"
|
||||
#define APP_DOMAIN "xmrig.com"
|
||||
#define APP_SITE "www.xmrig.com"
|
||||
#define APP_COPYRIGHT "Copyright (C) 2016-2019 xmrig.com"
|
||||
#define APP_KIND "cpu"
|
||||
|
||||
#define APP_VER_MAJOR 3
|
||||
#define APP_VER_MINOR 1
|
||||
#define APP_VER_PATCH 3
|
||||
#define APP_VER_MINOR 2
|
||||
#define APP_VER_PATCH 0
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# if (_MSC_VER >= 1920)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue