From 540e11d5e8ff97e8d9a6e51282bb03e1a04b203d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Thu, 23 Aug 2018 13:43:33 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.16.0.dev3=20=E2=86=92=200.1?= =?UTF-8?q?6.0rc0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 +- CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1095780e05..b04879d98e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.0.dev3 +current_version = 0.16.0rc0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?Prc|\.dev)(?P\d+))? diff --git a/CHANGELOG.md b/CHANGELOG.md index e5ef2641ff..09a1e3896b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## 0.16.0rc0 ### Fixed diff --git a/CMakeLists.txt b/CMakeLists.txt index a229f3a880..34da39aa4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ HunterGate( ) project(ethminer) -set(PROJECT_VERSION 0.16.0.dev3) +set(PROJECT_VERSION 0.16.0rc0) cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)