Skip to content

Commit 1153738

Browse files
committed
cmake: Set DCMQI version to 1.2.5
1 parent c9a6e57 commit 1153738

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
@@ -166,7 +166,7 @@ endforeach()
166166
#
167167
set(DCMQI_VERSION_MAJOR 1)
168168
set(DCMQI_VERSION_MINOR 2)
169-
set(DCMQI_VERSION_PATCH 4)
169+
set(DCMQI_VERSION_PATCH 5)
170170
set(DCMQI_VERSION
171171
"${DCMQI_VERSION_MAJOR}.${DCMQI_VERSION_MINOR}.${DCMQI_VERSION_PATCH}")
172172

0 commit comments

Comments
 (0)