diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 28a0b46645..7a96f2b7f7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.0rc2 +current_version = 0.15.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?Prc|\.dev)(?P\d+))? diff --git a/CMakeLists.txt b/CMakeLists.txt index ed179af2e5..91a9759540 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ HunterGate( ) project(ethminer) -set(PROJECT_VERSION 0.15.0rc2) +set(PROJECT_VERSION 0.15.0) cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)