Mercurial > hg > orthanc
comparison OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 5084:9770d537880d attach-custom-data
added support for revision in SQLite + avoid upgrading DB version
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 15 Sep 2022 09:02:07 +0200 |
parents | d7274e43ea7c |
children | 8279eaab0d1d |
comparison
equal
deleted
inserted
replaced
5083:75e949689c08 | 5084:9770d537880d |
---|---|
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 -> Orthanc 1.11.X = version 6 | 35 # * Orthanc 0.9.5 -> Orthanc 1.11.X = version 6 |
36 # * Orthanc 1.12.0 -> mainline = version 7 | 36 set(ORTHANC_DATABASE_VERSION 6) |
37 set(ORTHANC_DATABASE_VERSION 7) | |
38 | 37 |
39 # 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 |
40 # 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 |
41 # the mainline version of Orthanc | 40 # the mainline version of Orthanc |
42 set(ORTHANC_API_VERSION "18") | 41 set(ORTHANC_API_VERSION "18") |