comparison OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 5365:5653527a2b1d

updated API version to 22
author Alain Mazy <am@osimis.io>
date Thu, 20 Jul 2023 11:13:19 +0200
parents 65b4e6ae2703
children 6cb91df32207
comparison
equal deleted inserted replaced
5364:b5f2122a1334 5365:5653527a2b1d
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 "21") 41 set(ORTHANC_API_VERSION "22")
42 42
43 43
44 ##################################################################### 44 #####################################################################
45 ## CMake parameters tunable by the user 45 ## CMake parameters tunable by the user
46 ##################################################################### 46 #####################################################################