Skip to content

Commit

Permalink
Bump the version number to 0.8.11.
Browse files Browse the repository at this point in the history
Changes since 0.8.10:
- Improve efficiency of sorting files
- Use case-insensitive sorting for PatientName
- Update dictionary and UIDs for DICOM 2019d.

Bug fixes since 0.8.10:
- Fix vtkDICOMDirectory problem with repeated files
- Don't short-circuit parser on query failure
- Fix incomplete OV SV UV implementation
- Fix error when Database.sql-wal is missing for OsiriX
  • Loading branch information
dgobbi committed Oct 5, 2019
1 parent cd95f68 commit 6d72f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include(CTest)
# Project version
set(DICOM_MAJOR_VERSION 0)
set(DICOM_MINOR_VERSION 8)
set(DICOM_PATCH_VERSION 10)
set(DICOM_PATCH_VERSION 11)
set(DICOM_SHORT_VERSION "${DICOM_MAJOR_VERSION}.${DICOM_MINOR_VERSION}")
set(DICOM_VERSION "${DICOM_SHORT_VERSION}.${DICOM_PATCH_VERSION}")

Expand Down

0 comments on commit 6d72f5c

Please sign in to comment.