comparison OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 5312:b43a3f0b57b2

updated API version to 21
author Alain Mazy <am@osimis.io>
date Fri, 16 Jun 2023 09:27:17 +0200
parents ed7257b61bd7
children e2746201996a
comparison
equal deleted inserted replaced
5310:b5c502bcaf99 5312:b43a3f0b57b2
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 "20") 41 set(ORTHANC_API_VERSION "21")
42 42
43 43
44 ##################################################################### 44 #####################################################################
45 ## CMake parameters tunable by the user 45 ## CMake parameters tunable by the user
46 ##################################################################### 46 #####################################################################