changeset 692:d683ec071458 default tip

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Dec 2024 18:53:51 +0100
parents fd04198d710e (current diff) 9535bcd7fa8b (diff)
children
files CMakeLists.txt
diffstat 3 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CITATION.cff	Wed Dec 18 18:48:05 2024 +0100
+++ b/CITATION.cff	Wed Dec 18 18:53:51 2024 +0100
@@ -10,5 +10,5 @@
 doi: "10.1007/s10278-018-0082-y"
 license: "GPL-3.0-or-later"
 repository-code: "https://orthanc.uclouvain.be/hg/orthanc/"
-version: 1.12.4
-date-released: 2024-06-05
+version: 1.12.5
+date-released: 2024-12-18
--- a/CMakeLists.txt	Wed Dec 18 18:48:05 2024 +0100
+++ b/CMakeLists.txt	Wed Dec 18 18:53:51 2024 +0100
@@ -29,7 +29,7 @@
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg")
 else()
-  set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.4")
+  set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.5")
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web")
 endif()
 
--- a/NEWS	Wed Dec 18 18:48:05 2024 +0100
+++ b/NEWS	Wed Dec 18 18:53:51 2024 +0100
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.18 (2024-12-18)
+=========================
+
 * Added a "Server" entry in the DICOMweb job content
 * Fixed parsing of numerical values in QIDO-RS response that prevented, among other,
   the retrieval of "NumberOfStudyRelatedInstances", "NumberOfStudyRelatedSeries",...