Skip to content

Commit

Permalink
cmake: Set DCMQI version to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Jul 18, 2022
1 parent c9a6e57 commit 1153738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ endforeach()
#
set(DCMQI_VERSION_MAJOR 1)
set(DCMQI_VERSION_MINOR 2)
set(DCMQI_VERSION_PATCH 4)
set(DCMQI_VERSION_PATCH 5)
set(DCMQI_VERSION
"${DCMQI_VERSION_MAJOR}.${DCMQI_VERSION_MINOR}.${DCMQI_VERSION_PATCH}")

Expand Down

0 comments on commit 1153738

Please sign in to comment.