comparison OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 4489:3fd0bf1cb361 Orthanc-1.9.0

Orthanc-1.9.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 29 Jan 2021 10:12:06 +0100
parents 06d164d8a0fd
children cf44052fdf60
comparison
equal deleted inserted replaced
4488:50b3f4c8107e 4489:3fd0bf1cb361
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.9.0")
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 "9") 40 set(ORTHANC_API_VERSION "10")
41 41
42 42
43 ##################################################################### 43 #####################################################################
44 ## CMake parameters tunable by the user 44 ## CMake parameters tunable by the user
45 ##################################################################### 45 #####################################################################