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

Commit f4c6f9d

Browse files
committedSep 6, 2017
Bump version: 0.12.0.dev2 → 0.12.0rc1
1 parent 3b44ecc commit f4c6f9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.12.0.dev2
2+
current_version = 0.12.0rc1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ endif()
4141

4242

4343
project(ethminer)
44-
set(PROJECT_VERSION 0.12.0.dev2)
44+
set(PROJECT_VERSION 0.12.0rc1)
4545

4646
# link_directories interprate relative paths with respect to CMAKE_CURRENT_SOURCE_DIR
4747
cmake_policy(SET CMP0015 NEW)

0 commit comments

Comments
 (0)
This repository has been archived.