Skip to content

Commit

Permalink
Bump version: 2.3.1 → 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Feb 27, 2023
1 parent a4e67f4 commit cf3826a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.1
current_version = 2.4.0
commit = True
tag = True
sign_tags = True
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ endif()

project(dicomifier)

set(dicomifier_VERSION 2.3.1)
set(dicomifier_VERSION 2.4.0)
string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)" _ "${dicomifier_VERSION}")
set(dicomifier_MAJOR_VERSION "${CMAKE_MATCH_1}")
set(dicomifier_MINOR_VERSION "${CMAKE_MATCH_2}")
Expand Down

0 comments on commit cf3826a

Please sign in to comment.