comparison OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 4628:5fabef29c4ff db-changes

added new primitive "hasRevisionsSupport" in database SDK, added "CheckRevisions" to URI "/system"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Apr 2021 15:59:31 +0200
parents d9700b9f4ad9
children a7db05dcc2f8
comparison
equal deleted inserted replaced
4627:f7d5372b59b3 4628:5fabef29c4ff
35 set(ORTHANC_DATABASE_VERSION 6) 35 set(ORTHANC_DATABASE_VERSION 6)
36 36
37 # Version of the Orthanc API, can be retrieved from "/system" URI in 37 # Version of the Orthanc API, can be retrieved from "/system" URI in
38 # order to check whether new URI endpoints are available even if using 38 # order to check whether new URI endpoints are available even if using
39 # the mainline version of Orthanc 39 # the mainline version of Orthanc
40 set(ORTHANC_API_VERSION "11") 40 set(ORTHANC_API_VERSION "12")
41 41
42 42
43 ##################################################################### 43 #####################################################################
44 ## CMake parameters tunable by the user 44 ## CMake parameters tunable by the user
45 ##################################################################### 45 #####################################################################