Skip to content

Commit 1922a09

Browse files
committed
cmake: set version to 1.3.1
1 parent a4cfecc commit 1922a09

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 3)
169-
set(DCMQI_VERSION_PATCH 0)
169+
set(DCMQI_VERSION_PATCH 1)
170170
set(DCMQI_VERSION
171171
"${DCMQI_VERSION_MAJOR}.${DCMQI_VERSION_MINOR}.${DCMQI_VERSION_PATCH}")
172172

0 commit comments

Comments
 (0)