Skip to content

Commit

Permalink
Bump version number to v2.1.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
SSoelvsten committed Jun 13, 2024
1 parent 183a4f3 commit 5b99d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b99d97

Please sign in to comment.