From 70febfec0a96a561c021a7d4e66a7db9f56b467d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Fri, 5 Oct 2018 17:26:00 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.16.1rc0=20=E2=86=92=200.16.?= =?UTF-8?q?1?= 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 7130b012bd..260eb2e135 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.1rc0 +current_version = 0.16.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?Prc|\.dev)(?P\d+))? diff --git a/CMakeLists.txt b/CMakeLists.txt index 60a38870e1..80c908b703 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ HunterGate( ) project(ethminer) -set(PROJECT_VERSION 0.16.1rc0) +set(PROJECT_VERSION 0.16.1) cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)