Skip to content

Commit

Permalink
cmake: set dcmqi version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Nov 20, 2023
1 parent 923e6e5 commit 7ae0873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ endforeach()
# DCMQI version number
#
set(DCMQI_VERSION_MAJOR 1)
set(DCMQI_VERSION_MINOR 2)
set(DCMQI_VERSION_PATCH 6)
set(DCMQI_VERSION_MINOR 3)
set(DCMQI_VERSION_PATCH 0)
set(DCMQI_VERSION
"${DCMQI_VERSION_MAJOR}.${DCMQI_VERSION_MINOR}.${DCMQI_VERSION_PATCH}")

Expand Down

0 comments on commit 7ae0873

Please sign in to comment.