comparison 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
comparison
equal deleted inserted replaced
2866:437e6ba20a5e 2867:251614c2edac
15 set(ORTHANC_DATABASE_VERSION 6) 15 set(ORTHANC_DATABASE_VERSION 6)
16 16
17 # Version of the Orthanc API, can be retrieved from "/system" URI in 17 # Version of the Orthanc API, can be retrieved from "/system" URI in
18 # order to check whether new URI endpoints are available even if using 18 # order to check whether new URI endpoints are available even if using
19 # the mainline version of Orthanc 19 # the mainline version of Orthanc
20 set(ORTHANC_API_VERSION "1.1") 20 set(ORTHANC_API_VERSION "1.2")
21 21
22 22
23 ##################################################################### 23 #####################################################################
24 ## CMake parameters tunable by the user 24 ## CMake parameters tunable by the user
25 ##################################################################### 25 #####################################################################