comparison Resources/CMake/OrthancFrameworkParameters.cmake @ 3106:897d539ae0e9 db-changes

increment ORTHANC_API_VERSION
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jan 2019 18:03:04 +0100
parents 0d9e8ba20db8
children e678a2b1a25b
comparison
equal deleted inserted replaced
3105:2e1711f80f74 3106:897d539ae0e9
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.2") 20 set(ORTHANC_API_VERSION "1.3")
21 21
22 22
23 ##################################################################### 23 #####################################################################
24 ## CMake parameters tunable by the user 24 ## CMake parameters tunable by the user
25 ##################################################################### 25 #####################################################################