From febe10dcbf3f468b5590f8b87d11ee6997ff6852 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 22 May 2019 19:30:51 +0100 Subject: [PATCH] Hera 0.2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version: 0.2.4-alpha.0 → 0.2.4 --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1282ed00a..0cf993908 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.4-alpha.0 +current_version = 0.2.4 commit = True message = Hera {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b313e0dc..9f06dd15e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ cable_configure_toolchain(DEFAULT cxx17-pic) set(CMAKE_DEBUG_POSTFIX "") project(hera) -set(PROJECT_VERSION 0.2.4-alpha.0) +set(PROJECT_VERSION 0.2.4) cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;RelWithDebInfo)