From 8d54e6940ee1cfb1b5cfe5c107ad181aeb373f37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Thu, 6 Dec 2018 22:23:18 +0100 Subject: [PATCH] ethminer 0.18.0-alpha.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version: 0.18.0-alpha.2 → 0.18.0-alpha.3 --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cd5fd27a44..3aeeb56431 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.18.0-alpha.2 +current_version = 0.18.0-alpha.3 commit = True message = ethminer {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index 09e932b8c3..acbb3b698e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ HunterGate( ) project(ethminer) -set(PROJECT_VERSION 0.18.0-alpha.2) +set(PROJECT_VERSION 0.18.0-alpha.3) cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)