# HG changeset patch # User Sebastien Jodogne # Date 1704386352 -3600 # Node ID feca364af19127bb9c93b570b31a32c5519d16a8 # Parent a991cadff6a0ff0ec65875d2f2f3309d29664203 OrthancGdcm-1.6 diff -r a991cadff6a0 -r feca364af191 CMakeLists.txt --- a/CMakeLists.txt Thu Jan 04 16:53:27 2024 +0100 +++ b/CMakeLists.txt Thu Jan 04 17:39:12 2024 +0100 @@ -22,7 +22,7 @@ project(OrthancGdcm) -SET(PLUGIN_VERSION "mainline" CACHE STRING "Version of the plugin") +SET(PLUGIN_VERSION "1.6") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") diff -r a991cadff6a0 -r feca364af191 NEWS --- a/NEWS Thu Jan 04 16:53:27 2024 +0100 +++ b/NEWS Thu Jan 04 17:39:12 2024 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 1.6 (2024-01-04) +======================== + * Upgrade to GDCM 3.0.22 for static builds