Skip to content

Commit

Permalink
#2.9.6 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendr0id committed Aug 26, 2021
1 parent 414ca1d commit d731705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/base/crypto/Algorithm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,12 +357,12 @@ xmrig::Algorithm::Family xmrig::Algorithm::family(Id id)

# ifdef XMRIG_ALGO_RANDOMX
case RX_0:
case RX_YADA:
case RX_WOW:
case RX_ARQ:
case RX_SFX:
case RX_KEVA:
case RX_XLA:
case RX_YADA:
case RX_GRAFT:
return RANDOM_X;
# endif
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define APP_ID "XMRigCC"
#define APP_NAME "XMRigCC"
#define APP_DESC "XMRigCC CPU miner"
#define APP_VERSION "2.9.6-dev"
#define APP_VERSION "2.9.6"
#define APP_DOMAIN ""
#define APP_SITE "https://github.com/BenDr0id/xmrigCC/"
#define APP_COPYRIGHT "Copyright (C) 2017- XMRigCC"
Expand Down

0 comments on commit d731705

Please sign in to comment.