Skip to content

Commit

Permalink
Preparation for #1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendr0id committed Dec 27, 2017
1 parent 609efa2 commit 694c531
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.3.0
- Fixed Soft-aes modes (av=3, av=4) Bug: #11
- Added static build for linux with old libc (CentOs 5/6, debian, ...)
- Added notification to Dashboard when miner went offline with toggleswitch
- Added multi config editor to Dashboard to modify config of multiple miners at once
- Fixed MSV_VER for latest Visual Studio builds
# v1.2.2
- Added select/deselect all to dashboard
- Fixed memory leaks in XmrigCCServer
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version format
version: 1.2.{build}
version: 1.3.{build}

# build only tags
skip_non_tags: true
Expand Down
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
#define APP_DESC "XMRigCC CPU miner"
#define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id"
#endif
#define APP_VERSION "1.2.2 (based on XMRig 2.4.3)"
#define APP_VERSION "1.3.0 (based on XMRig 2.4.3)"
#define APP_DOMAIN ""
#define APP_SITE "https://github.com/Bendr0id/xmrigCC"
#define APP_KIND "cpu"

#define APP_VER_MAJOR 1
#define APP_VER_MINOR 2
#define APP_VER_BUILD 2
#define APP_VER_MINOR 3
#define APP_VER_BUILD 0
#define APP_VER_REV 0

#ifndef NDEBUG
Expand Down

0 comments on commit 694c531

Please sign in to comment.