Skip to content

Commit 255e634

Browse files
committed
Bump the version number to 0.8.9.
Changes since 0.8.8: - Update dictionary for DICOM 2018e. - Update the private dictionaries. - Use filename as vtkDICOMReader's progress text. Bug fixes since 0.8.8: - Use VTK's RPATH setting if built as a remote module.
1 parent 481bfe8 commit 255e634

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 8)
17+
set(DICOM_PATCH_VERSION 9)
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)