New version
https://github.com/enwillyado/xmrig/releases/tag/VW-3.0.0-3
This commit is contained in:
parent
c48703d476
commit
9558a284b3
2 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
/build
|
||||
/build*
|
||||
/CMakeLists.txt.user
|
||||
/vs/*/
|
||||
*.opensdf
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#define APP_ID "xmrig-eWa"
|
||||
#define APP_NAME "XMRig-eWa"
|
||||
#define APP_DESC "XMRig CPU miner-eWa"
|
||||
#define APP_VERSION "3.0.0-2"
|
||||
#define APP_VERSION "3.0.0-3"
|
||||
#define APP_DOMAIN "enWILLYado.com"
|
||||
#define APP_SITE "www.enWILLYado.com"
|
||||
#define APP_COPYRIGHT "Copyright (C) 2016-2018 xmrig.com & enWILLYado.com"
|
||||
|
@ -36,7 +36,7 @@
|
|||
#define APP_VER_MAJOR 3
|
||||
#define APP_VER_MINOR 0
|
||||
#define APP_VER_BUILD 0
|
||||
#define APP_VER_REV 2
|
||||
#define APP_VER_REV 3
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# if (_MSC_VER >= 1910)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue