Skip to content

Commit

Permalink
cmake: set version to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Jun 19, 2024
1 parent 2d92484 commit 81e9073
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 2)
set(DCMQI_VERSION_PATCH 3)
set(DCMQI_VERSION
"${DCMQI_VERSION_MAJOR}.${DCMQI_VERSION_MINOR}.${DCMQI_VERSION_PATCH}")

Expand Down

0 comments on commit 81e9073

Please sign in to comment.