changeset 6207:0d239fb16060 Orthanc-1.12.8

Orthanc-1.12.8
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Jun 2025 18:40:03 +0200
parents f7c82893dd31
children 9c8babb4a681 79a234695d14
files CITATION.cff NEWS OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake
diffstat 3 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CITATION.cff	Fri Jun 13 16:44:54 2025 +0200
+++ b/CITATION.cff	Fri Jun 13 18:40:03 2025 +0200
@@ -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.7
-date-released: 2025-04-07
+version: 1.12.8
+date-released: 2025-06-13
--- a/NEWS	Fri Jun 13 16:44:54 2025 +0200
+++ b/NEWS	Fri Jun 13 18:40:03 2025 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.12.8 (2025-06-13)
+===========================
+
 General
 -------
 
@@ -9,6 +13,7 @@
 REST API
 --------
 
+* API version upgraded to 29
 * If the database backend provides the "HasExtendedFind" primitive, the
   value "IsProtected" can be included in the "ResponseContent" field of
   "/tools/find" to request the "IsProtected" status of patient resources.
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Fri Jun 13 16:44:54 2025 +0200
+++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Fri Jun 13 18:40:03 2025 +0200
@@ -25,7 +25,7 @@
 #####################################################################
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "mainline")
+set(ORTHANC_VERSION "1.12.8")
 
 # Version of the database schema. History:
 #   * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning
@@ -39,7 +39,7 @@
 # Version of the Orthanc API, can be retrieved from "/system" URI in
 # order to check whether new URI endpoints are available even if using
 # the mainline version of Orthanc
-set(ORTHANC_API_VERSION "28")
+set(ORTHANC_API_VERSION "29")
 
 
 #####################################################################