changeset 5162:bc4ffd47ce86 Orthanc-1.11.3

Orthanc-1.11.3
author Alain Mazy <am@osimis.io>
date Fri, 03 Feb 2023 14:32:53 +0100
parents b6dc4606ab04
children ee48de2fa4c0 39fb52298083
files NEWS OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Feb 03 14:24:43 2023 +0100
+++ b/NEWS	Fri Feb 03 14:32:53 2023 +0100
@@ -20,6 +20,7 @@
 REST API
 --------
 
+* API version upgraded to 19
 * Loosen the sanity checks for DICOM modifications, if "Force" option is given:
   - allow modification of PatientID at study level
   - allow modification of PatientID, StudyInstanceUID at series level
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Fri Feb 03 14:24:43 2023 +0100
+++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Fri Feb 03 14:32:53 2023 +0100
@@ -24,7 +24,7 @@
 #####################################################################
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "mainline")
+set(ORTHANC_VERSION "1.11.3")
 
 # Version of the database schema. History:
 #   * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning
@@ -38,7 +38,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 "18")
+set(ORTHANC_API_VERSION "19")
 
 
 #####################################################################