Skip to content

Commit a525cf1

Browse files
committed
cmake: Set DCMQI version to 1.0.7
1 parent 6ddae90 commit a525cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ endforeach()
156156
#
157157
set(DCMQI_VERSION_MAJOR 1)
158158
set(DCMQI_VERSION_MINOR 0)
159-
set(DCMQI_VERSION_PATCH 5)
159+
set(DCMQI_VERSION_PATCH 7)
160160
set(DCMQI_VERSION
161161
"${DCMQI_VERSION_MAJOR}.${DCMQI_VERSION_MINOR}.${DCMQI_VERSION_PATCH}")
162162

0 commit comments

Comments
 (0)