From 650147fb51ccff1cf7505ba1e86cb2ac2d06cc1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Thu, 12 Dec 2019 09:04:15 +0100 Subject: [PATCH] Aleth 1.8.0-alpha.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version: 1.8.0-alpha.2 → 1.8.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 173bb4e5f27..073c77e5550 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.0-alpha.2 +current_version = 1.8.0-alpha.3 commit = True message = Aleth {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index ac7a79b90e8..bfc18580a08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ HunterGate( cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;RelWithDebInfo) project(aleth) -set(PROJECT_VERSION 1.8.0-alpha.2) +set(PROJECT_VERSION 1.8.0-alpha.3) cable_add_buildinfo_library(PROJECT_NAME aleth)