Skip to content

Commit 5eff7f1

Browse files
committed
Bump the version number to 0.8.13.
Changes since 0.8.12: - Improve SpecificCharacterSet compatibility - Update maintenance scripts to Python 3 - Improve hash function for tag lookup - Add soabi to Python modules, versions to hierarchy files - Update dictionary and UIDs for DICOM 2022b - Update private dictionaries - Update minimum cmake version to 3.12 - Remove support for VTK 5 Bug fixes since 0.8.12: - Add missing vtkScancoCTReader utf-8 conversion - Do not fail when illegal encapsulation encountered - Fix typo in installed header directory - Fix edge case for invalid VR on multiplex values - Fix overflow when creating OW value from string - Fix infinite loop caused by garbage at end of file - Fix the tilted-gantry PatientMatrix for BottomUp reader option - When reading OsiriX DB, try to recombine series that OsiriX splits
1 parent ee8b45e commit 5eff7f1

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