From f1a8496cedee3686aa13f383b20218d945d9d120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Tue, 12 Nov 2019 15:27:20 +0100 Subject: [PATCH] Aleth 1.8.0-alpha.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version: 1.8.0-alpha.0 → 1.8.0-alpha.1 --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 577039c6a8f..0673ab984aa 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.0-alpha.0 +current_version = 1.8.0-alpha.1 commit = True message = Aleth {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f73c985f69..50237276967 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.0) +set(PROJECT_VERSION 1.8.0-alpha.1) cable_add_buildinfo_library(PROJECT_NAME aleth)