Update version patch number
This commit is contained in:
parent
9d7b6ebbf3
commit
a6a4b21235
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
||||||
#define APP_ID "ninjarig"
|
#define APP_ID "ninjarig"
|
||||||
#define APP_NAME "NinjaRig"
|
#define APP_NAME "NinjaRig"
|
||||||
#define APP_DESC "NinjaRig CPU/GPU miner"
|
#define APP_DESC "NinjaRig CPU/GPU miner"
|
||||||
#define APP_VERSION "1.0.0"
|
#define APP_VERSION "1.0.1"
|
||||||
//#define APP_DOMAIN "xmrig.com"
|
//#define APP_DOMAIN "xmrig.com"
|
||||||
//#define APP_SITE "www.xmrig.com"
|
//#define APP_SITE "www.xmrig.com"
|
||||||
#define APP_COPYRIGHT "Copyright (C) 2019 Haifa Bogdan Adnan"
|
#define APP_COPYRIGHT "Copyright (C) 2019 Haifa Bogdan Adnan"
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
#define APP_VER_MAJOR 1
|
#define APP_VER_MAJOR 1
|
||||||
#define APP_VER_MINOR 0
|
#define APP_VER_MINOR 0
|
||||||
#define APP_VER_PATCH 0
|
#define APP_VER_PATCH 1
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
# if (_MSC_VER >= 1920)
|
# if (_MSC_VER >= 1920)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue