v0.9.0-dev

This commit is contained in:
XMRig 2018-10-03 00:39:45 +03:00
parent af62621169
commit 0b4b07fcd6

View File

@ -21,20 +21,20 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __VERSION_H__
#define __VERSION_H__
#ifndef XMRIG_VERSION_H
#define XMRIG_VERSION_H
#define APP_ID "xmrig"
#define APP_NAME "XMRig"
#define APP_DESC "Monero (XMR) CPU miner"
#define APP_VERSION "0.8.3"
#define APP_VERSION "0.9.0-dev"
#define APP_DOMAIN "xmrig.com"
#define APP_SITE "www.xmrig.com"
#define APP_COPYRIGHT "Copyright (C) 2016-2018 xmrig.com"
#define APP_VER_MAJOR 0
#define APP_VER_MINOR 8
#define APP_VER_BUILD 3
#define APP_VER_MINOR 9
#define APP_VER_BUILD 0
#define APP_VER_REV 0
#endif /* __VERSION_H__ */
#endif /* XMRIG_VERSION_H */