Skip to content

Commit

Permalink
Bump the version number to 0.8.14.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dgobbi committed Nov 27, 2022
1 parent ff7b107 commit 6c78194
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 13)
set(DICOM_PATCH_VERSION 14)
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 6c78194

Please sign in to comment.