comparison OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 5080:d7274e43ea7c attach-custom-data

allow plugins to store a customData in the Attachments table to e.g. store custom paths without requiring an external DB
author Alain Mazy <am@osimis.io>
date Thu, 08 Sep 2022 17:42:08 +0200
parents 4366b4c41441
children 9770d537880d
comparison
equal deleted inserted replaced
5079:4366b4c41441 5080:d7274e43ea7c
30 # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning 30 # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning
31 # * Orthanc 0.3.1 = version 2 31 # * Orthanc 0.3.1 = version 2
32 # * Orthanc 0.4.0 -> Orthanc 0.7.2 = version 3 32 # * Orthanc 0.4.0 -> Orthanc 0.7.2 = version 3
33 # * Orthanc 0.7.3 -> Orthanc 0.8.4 = version 4 33 # * Orthanc 0.7.3 -> Orthanc 0.8.4 = version 4
34 # * Orthanc 0.8.5 -> Orthanc 0.9.4 = version 5 34 # * Orthanc 0.8.5 -> Orthanc 0.9.4 = version 5
35 # * Orthanc 0.9.5 -> mainline = version 6 35 # * Orthanc 0.9.5 -> Orthanc 1.11.X = version 6
36 set(ORTHANC_DATABASE_VERSION 6) 36 # * Orthanc 1.12.0 -> mainline = version 7
37 set(ORTHANC_DATABASE_VERSION 7)
37 38
38 # Version of the Orthanc API, can be retrieved from "/system" URI in 39 # 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 40 # order to check whether new URI endpoints are available even if using
40 # the mainline version of Orthanc 41 # the mainline version of Orthanc
41 set(ORTHANC_API_VERSION "18") 42 set(ORTHANC_API_VERSION "18")