comparison OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 4159:2e540919aac9 Orthanc-1.7.3

Orthanc-1.7.3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 23 Aug 2020 20:17:18 +0200
parents 298216fce500
children 77255a09883b
comparison
equal deleted inserted replaced
4158:32ac045109a6 4159:2e540919aac9
21 ##################################################################### 21 #####################################################################
22 ## Versioning information 22 ## Versioning information
23 ##################################################################### 23 #####################################################################
24 24
25 # Version of the build, should always be "mainline" except in release branches 25 # Version of the build, should always be "mainline" except in release branches
26 set(ORTHANC_VERSION "mainline") 26 set(ORTHANC_VERSION "1.7.3")
27 27
28 # Version of the database schema. History: 28 # Version of the database schema. History:
29 # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning 29 # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning
30 # * Orthanc 0.3.1 = version 2 30 # * Orthanc 0.3.1 = version 2
31 # * Orthanc 0.4.0 -> Orthanc 0.7.2 = version 3 31 # * Orthanc 0.4.0 -> Orthanc 0.7.2 = version 3
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 "7") 40 set(ORTHANC_API_VERSION "8")
41 41
42 42
43 ##################################################################### 43 #####################################################################
44 ## CMake parameters tunable by the user 44 ## CMake parameters tunable by the user
45 ##################################################################### 45 #####################################################################