diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 45512f842..2821028bf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.0rc1 +current_version = 0.11.0rc2 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?Prc|\.dev)(?P\d+))? diff --git a/CMakeLists.txt b/CMakeLists.txt index 102d5825e..c74e16f94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ HunterGate( project(ethminer) -set(PROJECT_VERSION 0.11.0rc1) +set(PROJECT_VERSION 0.11.0rc2) # link_directories interprate relative paths with respect to CMAKE_CURRENT_SOURCE_DIR cmake_policy(SET CMP0015 NEW)