From 5b99d971264c1e910780b9702f9cfb9393e41f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffan=20S=C3=B8lvsten?= Date: Thu, 13 Jun 2024 10:58:44 +0200 Subject: [PATCH] Bump version number to v2.1.0 With the addition of 'bdd_relprod', 'bdd_relnext', and 'bdd_relprev', we are actively adding functionality for v2.1.x . Hence, even though it is ''just'' in development, we ought to update the version number preemptively (though the tag will mark the actual (stable) release --- CITATION.cff | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index dac57971f..c336ef3fa 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -14,7 +14,7 @@ keywords: type: software license: MIT url: 'https://ssoelvsten.github.io/adiar' -version: 2.0.0 +version: 2.1.0 authors: - given-names: Steffan Christ family-names: Sølvsten diff --git a/CMakeLists.txt b/CMakeLists.txt index 68c860521..bd355a5ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_policy(SET CMP0048 NEW) cmake_policy(SET CMP0063 NEW) set(ADIAR_VERSION_MAJOR 2) -set(ADIAR_VERSION_MINOR 0) +set(ADIAR_VERSION_MINOR 1) set(ADIAR_VERSION_PATCH 0) project (adiar