Skip to content

Commit cfecead

Browse files
committed
Bump the version number to 0.8.16.
Changes since 0.8.15: - Use GB18030-2022 rather than GB18030-2000 - Tweaks to Japanese, Chinese, Korean charsets - Update dictionary and UIDs for DICOM 2024b - Document meaning of dicomdump '\nnn' sequences - Remove --build-version option from programs - Add dicomtonifti --descrip option Bug fixes since 0.8.15: - Build fix for DCMTK requiring c++14 or c++17 - For GDCM 3.0.1 and later, pass utf-8 filename - Fix implementation of CP 246 (explict UN) - Fix compiler warnings (remove sprintf, NULL usage) - Warning fixes for cmake 3.26 and later
1 parent 27e4171 commit cfecead

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
@@ -9,7 +9,7 @@ set(CMAKE_MODULE_PATH ${DICOM_CMAKE_DIR} ${CMAKE_MODULE_PATH})
99
# Project version
1010
set(DICOM_MAJOR_VERSION 0)
1111
set(DICOM_MINOR_VERSION 8)
12-
set(DICOM_PATCH_VERSION 15)
12+
set(DICOM_PATCH_VERSION 16)
1313
set(DICOM_SHORT_VERSION "${DICOM_MAJOR_VERSION}.${DICOM_MINOR_VERSION}")
1414
set(DICOM_VERSION "${DICOM_SHORT_VERSION}.${DICOM_PATCH_VERSION}")
1515

0 commit comments

Comments
 (0)