Skip to content

Commit

Permalink
#2.2.2 Preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendr0id committed Dec 18, 2019
1 parent d87dba8 commit 881ba84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.2.2
* Added CPU max threads option (`--cpu-max-threads-hint` or in `config.json`) #288
* Changed Dashboard ordering/sorting to be more usable #289
* Fixed CC support for old Windows variants (XP, 2003, 7 without SP1) - unable to performRequest POST #279
* Fixed autoconfig/autosave for rx/loki
# 2.2.1
* Integrated RandomSFX algo (rx/sfx)
* Performance improvements for RandomX variants
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.2.1"
#define APP_VERSION "2.2.2"
#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 2
#define APP_VER_PATCH 1
#define APP_VER_PATCH 2

#ifndef NDEBUG
#define BUILD_TYPE "DEBUG"
Expand Down

0 comments on commit 881ba84

Please sign in to comment.