Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
ganzocrypt committed May 26, 2021
1 parent 3803b4c commit 8ebe81a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
#define APP_ID "xmrig"
#define APP_NAME "XMRig"
#define APP_DESC "XMRig miner"
#define APP_VERSION "6.12.2-dev"
#define APP_VERSION "6.13.0-dev-macos"
#define APP_DOMAIN "xmrig.com"
#define APP_SITE "www.xmrig.com"
#define APP_COPYRIGHT "Copyright (C) 2016-2021 xmrig.com"
#define APP_KIND "miner"

#define APP_VER_MAJOR 6
#define APP_VER_MINOR 12
#define APP_VER_PATCH 2
#define APP_VER_MINOR 13
#define APP_VER_PATCH 0

#ifdef _MSC_VER
# if (_MSC_VER >= 1920)
Expand Down

0 comments on commit 8ebe81a

Please sign in to comment.