From 8ac6c9778f03706925e25b49b6101df264521d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Wed, 13 Sep 2017 15:03:35 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.12.0rc2=20=E2=86=92=200.12.?= =?UTF-8?q?0rc3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 52ffe6f00d..d11b13c1e6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.12.0rc2 +current_version = 0.12.0rc3 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?Prc|\.dev)(?P\d+))? diff --git a/CMakeLists.txt b/CMakeLists.txt index dfae406f83..401ea4b7e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ endif() project(ethminer) -set(PROJECT_VERSION 0.12.0rc2) +set(PROJECT_VERSION 0.12.0rc3) # link_directories interprate relative paths with respect to CMAKE_CURRENT_SOURCE_DIR cmake_policy(SET CMP0015 NEW)