comparison OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 5163:ee48de2fa4c0

back to mainline
author Alain Mazy <am@osimis.io>
date Fri, 03 Feb 2023 14:34:33 +0100
parents bc4ffd47ce86
children 0ea402b4d901
comparison
equal deleted inserted replaced
5161:b6dc4606ab04 5163:ee48de2fa4c0
36 set(ORTHANC_DATABASE_VERSION 6) 36 set(ORTHANC_DATABASE_VERSION 6)
37 37
38 # Version of the Orthanc API, can be retrieved from "/system" URI in 38 # Version of the Orthanc API, can be retrieved from "/system" URI in
39 # order to check whether new URI endpoints are available even if using 39 # order to check whether new URI endpoints are available even if using
40 # the mainline version of Orthanc 40 # the mainline version of Orthanc
41 set(ORTHANC_API_VERSION "18") 41 set(ORTHANC_API_VERSION "19")
42 42
43 43
44 ##################################################################### 44 #####################################################################
45 ## CMake parameters tunable by the user 45 ## CMake parameters tunable by the user
46 ##################################################################### 46 #####################################################################