Skip to content

Commit

Permalink
Bump the version number to 0.8.9.
Browse files Browse the repository at this point in the history
Changes since 0.8.8:
- Update dictionary for DICOM 2018e.
- Update the private dictionaries.
- Use filename as vtkDICOMReader's progress text.

Bug fixes since 0.8.8:
- Use VTK's RPATH setting if built as a remote module.
  • Loading branch information
dgobbi committed Jan 3, 2019
1 parent 481bfe8 commit 255e634
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 8)
set(DICOM_PATCH_VERSION 9)
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 255e634

Please sign in to comment.