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

Commit a8a603e

Browse files
committed
ethminer 0.17.1
Bump version: 0.17.1-rc.0 → 0.17.1
1 parent 8f6642b commit a8a603e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.17.1-rc.0
2+
current_version = 0.17.1
33
commit = True
44
message = ethminer {new_version}
55

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

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

7-
## 0.17.1 - unreleased
7+
## [0.17.1] - 2019-02-28
88

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

7272
- Disabled Debug configuration for Visual Studio [#69](https://github.com/ethereum-mining/ethminer/issues/69) [#1131](https://github.com/ethereum-mining/ethminer/pull/1131).
73+
74+
75+
[0.17.1]: https://github.com/ethereum-mining/ethminer/releases/tag/v0.17.1

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ HunterGate(
2020
)
2121

2222
project(ethminer)
23-
set(PROJECT_VERSION 0.17.1-rc.0)
23+
set(PROJECT_VERSION 0.17.1)
2424

2525
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)
2626

0 commit comments

Comments
 (0)