enWILLYado 2018-03-04 21:54:20 +01:00
parent c48703d476
commit 9558a284b3
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
/build
/build*
/CMakeLists.txt.user
/vs/*/
*.opensdf

View file

@ -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)