diff 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
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Wed Aug 31 10:36:38 2022 +0200
+++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Thu Sep 08 17:42:08 2022 +0200
@@ -32,8 +32,9 @@
 #   * Orthanc 0.4.0 -> Orthanc 0.7.2 = version 3
 #   * Orthanc 0.7.3 -> Orthanc 0.8.4 = version 4
 #   * Orthanc 0.8.5 -> Orthanc 0.9.4 = version 5
-#   * Orthanc 0.9.5 -> mainline      = version 6
-set(ORTHANC_DATABASE_VERSION 6)
+#   * Orthanc 0.9.5 -> Orthanc 1.11.X = version 6
+#   * Orthanc 1.12.0 -> mainline      = version 7
+set(ORTHANC_DATABASE_VERSION 7)
 
 # Version of the Orthanc API, can be retrieved from "/system" URI in
 # order to check whether new URI endpoints are available even if using