From 808ce96a599c147da4716ddafab76e0561160d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Wed, 21 Mar 2018 13:13:50 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.14.0.dev4=20=E2=86=92=200.1?= =?UTF-8?q?4.0rc0?= 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 fb4ec82eb4..624c8be313 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.0.dev4 +current_version = 0.14.0rc0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?Prc|\.dev)(?P\d+))? diff --git a/CMakeLists.txt b/CMakeLists.txt index 6517743ae9..9771735a88 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ endif() project(ethminer) -set(PROJECT_VERSION 0.14.0.dev4) +set(PROJECT_VERSION 0.14.0rc0) cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo Debug)