comparison OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 5024:c2ebc47f4f18 delayed-deletion

wip: adding DelayedDeletion plugin
author Alain Mazy <am@osimis.io>
date Mon, 20 Jun 2022 16:53:21 +0200
parents 258d1ae8f5a8
children eb657d880427
comparison
equal deleted inserted replaced
5021:559b35d18ef7 5024:c2ebc47f4f18
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 "17") 41 set(ORTHANC_API_VERSION "18")
42 42
43 43
44 ##################################################################### 44 #####################################################################
45 ## CMake parameters tunable by the user 45 ## CMake parameters tunable by the user
46 ##################################################################### 46 #####################################################################