comparison OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 5162:bc4ffd47ce86 Orthanc-1.11.3

Orthanc-1.11.3
author Alain Mazy <am@osimis.io>
date Fri, 03 Feb 2023 14:32:53 +0100
parents 4366b4c41441
children ee48de2fa4c0
comparison
equal deleted inserted replaced
5161:b6dc4606ab04 5162:bc4ffd47ce86
22 ##################################################################### 22 #####################################################################
23 ## Versioning information 23 ## Versioning information
24 ##################################################################### 24 #####################################################################
25 25
26 # Version of the build, should always be "mainline" except in release branches 26 # Version of the build, should always be "mainline" except in release branches
27 set(ORTHANC_VERSION "mainline") 27 set(ORTHANC_VERSION "1.11.3")
28 28
29 # Version of the database schema. History: 29 # Version of the database schema. History:
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
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 "18") 41 set(ORTHANC_API_VERSION "19")
42 42
43 43
44 ##################################################################### 44 #####################################################################
45 ## CMake parameters tunable by the user 45 ## CMake parameters tunable by the user
46 ##################################################################### 46 #####################################################################