Skip to content

Commit faf41f3

Browse files
committed
Bump the version number to 0.8.10.
Changes since 0.8.9: - Allow niftitodicom to retain more metadata. - Update dictionary and UIDs for DICOM 2019c. - Add 64-bit integer VRs as per CP1819. - Update to work with VTK 8.90 Bug fixes since 0.8.9: - Fix ordering of Row/Column spacing. - Fix bug sorting 4D and 5D data when writing files. - Add missing DistanceSourceToPatient attr to CT generator. - Fix potential signed multiplication overflow for dates. - Fix query of values missing from first image in series. - Fix incorrect version check for Java wrapping.
1 parent 6d239da commit faf41f3

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