From 84bbc0bae3b8e20e8cb02f40adcc9704ceb75546 Mon Sep 17 00:00:00 2001 From: "Michael F. Herbst" Date: Mon, 11 Mar 2019 19:06:43 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.3.6=20=E2=86=92=202.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7cedbc2..ae862b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ endif() ########################################################################## # Project setup -project(ctx VERSION 2.3.6) +project(ctx VERSION 2.4.0) message("\n# Configuring ${PROJECT_NAME}\n#") if (CMAKE_VERSION VERSION_GREATER 3.5.0) diff --git a/setup.cfg b/setup.cfg index 7f12731..7937d92 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.3.6 +current_version = 2.4.0 commit = True tag = True