diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b0c50fa684..6fe2bb853e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.0rc8 +current_version = 0.13.0rc9 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?Prc|\.dev)(?P\d+))? diff --git a/CMakeLists.txt b/CMakeLists.txt index 059ad82815..4b587d06f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ endif() project(ethminer) -set(PROJECT_VERSION 0.13.0rc8) +set(PROJECT_VERSION 0.13.0rc9) # link_directories interprate relative paths with respect to CMAKE_CURRENT_SOURCE_DIR cmake_policy(SET CMP0015 NEW)