diff Resources/CMake/OrthancFrameworkParameters.cmake @ 3870:09798f2b985f transcoding

added a Timeout argument to every DICOM command + 'TargetAet' not mandatory anymore in /retrieve
author Alain Mazy <alain@mazy.be>
date Wed, 29 Apr 2020 12:26:51 +0200
parents dd0fcbf6a791
children 22eb9453b3f5
line wrap: on
line diff
--- a/Resources/CMake/OrthancFrameworkParameters.cmake	Tue Apr 28 16:46:04 2020 +0200
+++ b/Resources/CMake/OrthancFrameworkParameters.cmake	Wed Apr 29 12:26:51 2020 +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 "6")
+set(ORTHANC_API_VERSION "7")
 
 
 #####################################################################