Skip to content

Commit

Permalink
cmake: set dcmqi version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Apr 23, 2024
1 parent 34aae2d commit c4fdfd6
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 3)
set(DCMQI_VERSION_PATCH 1)
set(DCMQI_VERSION_PATCH 2)
set(DCMQI_VERSION
"${DCMQI_VERSION_MAJOR}.${DCMQI_VERSION_MINOR}.${DCMQI_VERSION_PATCH}")

Expand Down

0 comments on commit c4fdfd6

Please sign in to comment.