#2018-007
1) Donation default level decreased to 1% 2) Cmake flags adjusted according to @josiahw sugestion. Result is faster code.
This commit is contained in:
parent
9607515904
commit
0bafcb9ad5
4 changed files with 11 additions and 8 deletions
|
@ -36,7 +36,7 @@
|
|||
* If you plan on changing this setting to 0 please consider making a one off donation to my wallet:
|
||||
* XMR:[44bF1RTZVcVc45wNiDQVTp7hwyZ5juMf8W78j1YrfChkP2og2Y44ph3WbwaVe4vUMveKAzAiA4j8xgUi29TpKXpm42GAEjd]
|
||||
*/
|
||||
constexpr const int kDonateLevel = 3;
|
||||
constexpr const int kDonateLevel = 1;
|
||||
|
||||
|
||||
#endif /* __DONATE_H__ */
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#define APP_ID "xmr_arh64"
|
||||
#define APP_NAME "xmr_arh64"
|
||||
#define APP_DESC "amr_arh64 CPU miner"
|
||||
#define APP_VERSION "0.0.5"
|
||||
#define APP_VERSION "0.0.6"
|
||||
#define APP_DOMAIN "eplus.systems"
|
||||
#define APP_SITE "xmr.eplus.systems"
|
||||
#define APP_COPYRIGHT "Copyright (C) 2017-2018 ePlus Systems Ltd. [www.eplus.systems]"
|
||||
|
@ -36,7 +36,7 @@
|
|||
|
||||
#define APP_VER_MAJOR 0
|
||||
#define APP_VER_MINOR 0
|
||||
#define APP_VER_BUILD 5
|
||||
#define APP_VER_BUILD 6
|
||||
#define APP_VER_REV 0
|
||||
|
||||
#endif /* __VERSION_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue