Skip to content

Commit 4e5b700

Browse files
committed
cmake: update version to 1.4.0
1 parent c69a742 commit 4e5b700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ endforeach()
165165
# DCMQI version number
166166
#
167167
set(DCMQI_VERSION_MAJOR 1)
168-
set(DCMQI_VERSION_MINOR 3)
169-
set(DCMQI_VERSION_PATCH 5)
168+
set(DCMQI_VERSION_MINOR 4)
169+
set(DCMQI_VERSION_PATCH 0)
170170
set(DCMQI_VERSION
171171
"${DCMQI_VERSION_MAJOR}.${DCMQI_VERSION_MINOR}.${DCMQI_VERSION_PATCH}")
172172

0 commit comments

Comments
 (0)