comparison OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 5204:08e0c9c0ab39

added UserMetadata in /system
author Alain Mazy <am@osimis.io>
date Wed, 29 Mar 2023 19:24:09 +0200
parents 0ea402b4d901
children 19e916dfc767
comparison
equal deleted inserted replaced
5200:f8f1c4a9a216 5204:08e0c9c0ab39
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 "19") 41 set(ORTHANC_API_VERSION "20")
42 42
43 43
44 ##################################################################### 44 #####################################################################
45 ## CMake parameters tunable by the user 45 ## CMake parameters tunable by the user
46 ##################################################################### 46 #####################################################################