Skip to content

Commit 6c78194

Browse files
committed
Bump the version number to 0.8.14.
Changes since 0.8.13: - Add --directory-only to dicomfind, dicompull - Auto-import classes into python package - Remove unecessary GROUPS from module file - Update dictionary and UIDs for DICOM 2022c - Fix various source comment/doc typos - Fixes to the doxygen documentation Bug fixes since 0.8.13: - Don't use sql 'immutable' when sql-wal present - Allow building against namespaced VTK - Fix remote module test compilation - Fix W/L preset order for vtkMedicalImageProperties
1 parent ff7b107 commit 6c78194

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 13)
17+
set(DICOM_PATCH_VERSION 14)
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)