diff Resources/CMake/OrthancFrameworkParameters.cmake @ 3538:23219b9da4d1

fix ordered-slices route to be closer to 1.5.7 behaviour
author Alain Mazy <alain@mazy.be>
date Tue, 15 Oct 2019 09:53:33 +0200
parents cfaa9eded17e
children 4beabcea3a5c
line wrap: on
line diff
--- a/Resources/CMake/OrthancFrameworkParameters.cmake	Thu Oct 10 13:16:15 2019 +0200
+++ b/Resources/CMake/OrthancFrameworkParameters.cmake	Tue Oct 15 09:53:33 2019 +0200
@@ -17,7 +17,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 "3")
+set(ORTHANC_API_VERSION "4")
 
 
 #####################################################################