Skip to content

Commit

Permalink
Bump the version number to 0.8.8.
Browse files Browse the repository at this point in the history
Changes since 0.8.7:
- Update dictionary for DICOM 2018d.
- Improve dicomtonifti options for time handling.
- Improve printing scientific notation (remove unneeded decimal).

Bug fixes since 0.8.7:
- Fix potential crash in vtkDICOMDirectory and command-line tools.
- Fix compilation with dcmtk in absence of charls library.
- Fix multiple UID matching for dicomtocsv.
  • Loading branch information
dgobbi committed Nov 28, 2018
1 parent 089295a commit ffa3208
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 @@ -19,7 +19,7 @@ include(CTest)
# Project version
set(DICOM_MAJOR_VERSION 0)
set(DICOM_MINOR_VERSION 8)
set(DICOM_PATCH_VERSION 7)
set(DICOM_PATCH_VERSION 8)
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 ffa3208

Please sign in to comment.