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

Commit fed8d2a

Browse files
committed
Bump version: 0.10.0rc4 → 0.10.0
1 parent 91f9e0f commit fed8d2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.10.0rc4
2+
current_version = 0.10.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<prerel>rc|\.dev)(?P<prerelver>\d+))?

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ HunterGate(
1515

1616

1717
project(ethminer)
18-
set(PROJECT_VERSION 0.10.0rc4)
18+
set(PROJECT_VERSION 0.10.0)
1919

2020
# link_directories interprate relative paths with respect to CMAKE_CURRENT_SOURCE_DIR
2121
cmake_policy(SET CMP0015 NEW)

0 commit comments

Comments
 (0)