Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
ethminer 0.17.1
Browse files Browse the repository at this point in the history
Bump version: 0.17.1-rc.0 → 0.17.1
  • Loading branch information
chfast committed Feb 28, 2019
1 parent 8f6642b commit a8a603e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.17.1-rc.0
current_version = 0.17.1
commit = True
message = ethminer {new_version}

Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## 0.17.1 - unreleased
## [0.17.1] - 2019-02-28

- Fixed [[#1843](https://github.com/ethereum-mining/ethminer/pull/1843)]:
Issue with using latest Nvidia drivers on Windows resolved.
Expand Down Expand Up @@ -70,3 +70,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Removed

- Disabled Debug configuration for Visual Studio [#69](https://github.com/ethereum-mining/ethminer/issues/69) [#1131](https://github.com/ethereum-mining/ethminer/pull/1131).


[0.17.1]: https://github.com/ethereum-mining/ethminer/releases/tag/v0.17.1
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ HunterGate(
)

project(ethminer)
set(PROJECT_VERSION 0.17.1-rc.0)
set(PROJECT_VERSION 0.17.1)

cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)

Expand Down

0 comments on commit a8a603e

Please sign in to comment.