diff Resources/CMake/OrthancFrameworkParameters.cmake @ 2867:251614c2edac

DicomMoveScuJob
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 08 Oct 2018 16:08:51 +0200
parents 4993ced69d31
children 85999ed092c5
line wrap: on
line diff
--- a/Resources/CMake/OrthancFrameworkParameters.cmake	Mon Oct 08 11:40:31 2018 +0200
+++ b/Resources/CMake/OrthancFrameworkParameters.cmake	Mon Oct 08 16:08:51 2018 +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 "1.1")
+set(ORTHANC_API_VERSION "1.2")
 
 
 #####################################################################