Skip to content

Commit

Permalink
Added changelog #2.5.1 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendr0id committed Feb 11, 2020
1 parent 6ef6011 commit 50df53e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 2.5.1
* Fixed #298 Miner hangs on restart command
# 2.5.0
* Removed outdated algo CryptonightWOW (`cn/wow`)
* Huge hashrate improvements on RandomX based Algos (Thx to @xmrig and @SChernykh)
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
#define APP_ID "XMRigCC"
#define APP_NAME "XMRigCC"
#define APP_DESC "XMRigCC CPU miner"
#define APP_VERSION "2.5.0"
#define APP_VERSION "2.5.1"
#define APP_DOMAIN ""
#define APP_SITE "https://github.com/BenDr0id/xmrigCC/"
#define APP_COPYRIGHT "Copyright (C) 2017- XMRigCC"
#define APP_KIND "cpu"

#define APP_VER_MAJOR 2
#define APP_VER_MINOR 5
#define APP_VER_PATCH 0
#define APP_VER_PATCH 1

#ifndef NDEBUG
#define BUILD_TYPE "DEBUG"
Expand Down

0 comments on commit 50df53e

Please sign in to comment.