Skip to content

Commit 5034c68

Browse files
committed
Bump the version number to 0.8.12.
Changes since 0.8.11: - Support building as an external VTK 9 module, with wrapping - Expand dictionary for latest DICOM CPs Bug fixes since 0.8.11: - Fix handling of query files on Windows - Fix semicolon usage for VTK 9 SetGet macros
1 parent ef753c8 commit 5034c68

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
@@ -14,7 +14,7 @@ include(CTest)
1414
# Project version
1515
set(DICOM_MAJOR_VERSION 0)
1616
set(DICOM_MINOR_VERSION 8)
17-
set(DICOM_PATCH_VERSION 11)
17+
set(DICOM_PATCH_VERSION 12)
1818
set(DICOM_SHORT_VERSION "${DICOM_MAJOR_VERSION}.${DICOM_MINOR_VERSION}")
1919
set(DICOM_VERSION "${DICOM_SHORT_VERSION}.${DICOM_PATCH_VERSION}")
2020

0 commit comments

Comments
 (0)