diff OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 4524:f8660649ae96

added "/peers/{id}/store-straight": Synchronously send the DICOM instance in POST body to the peer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 23 Feb 2021 15:05:55 +0100
parents cf44052fdf60
children 409cba9c1dba
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Tue Feb 23 13:46:58 2021 +0100
+++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Tue Feb 23 15:05:55 2021 +0100
@@ -37,7 +37,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 "10")
+set(ORTHANC_API_VERSION "11")
 
 
 #####################################################################