comparison Resources/CMake/OrthancFrameworkParameters.cmake @ 3436:64eafed9418a

upgrade api version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Jun 2019 18:33:49 +0200
parents b770435a93d3
children 90140b7796a1
comparison
equal deleted inserted replaced
3435:c08bb6ac3b7f 3436:64eafed9418a
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 "2") 20 set(ORTHANC_API_VERSION "3")
21 21
22 22
23 ##################################################################### 23 #####################################################################
24 ## CMake parameters tunable by the user 24 ## CMake parameters tunable by the user
25 ##################################################################### 25 #####################################################################