From 798ab5f6f38919033966355e207b742c69965db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Thu, 18 May 2017 11:52:37 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.0.dev3=20=E2=86=92=200.1?= =?UTF-8?q?0.0rc1?= 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 53ffd7cce..f44327a52 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.0.dev3 +current_version = 0.10.0rc1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?Prc|\.dev)(?P\d+))? diff --git a/CMakeLists.txt b/CMakeLists.txt index 8730bd573..2b82fb418 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ HunterGate( project(ethminer) -set(PROJECT_VERSION 0.10.0.dev3) +set(PROJECT_VERSION 0.10.0rc1) # link_directories interprate relative paths with respect to CMAKE_CURRENT_SOURCE_DIR cmake_policy(SET CMP0015 NEW)