From b84663d4c1db2388c4f98e0053237ad788323cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Wed, 15 May 2019 10:31:48 +0200 Subject: [PATCH] intx 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version: 0.2.0-dev → 0.2.0 --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ce33a497..fa84c2dc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0-dev +current_version = 0.2.0 tag = True sign_tags = True tag_message = intx {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index fb52f7b3..a130995c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release;Debug) include(Hunter/init) project(intx LANGUAGES CXX) -set(PROJECT_VERSION 0.2.0-dev) +set(PROJECT_VERSION 0.2.0) cable_configure_compiler(NO_PEDANTIC NO_CONVERSION_WARNINGS NO_STACK_PROTECTION)