comparison CMakeLists.txt @ 1661:1a80777ad462 db-changes

db version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2015 13:31:09 +0200
parents 939b921b2c81
children 16955f8fec4d
comparison
equal deleted inserted replaced
1660:4a5c79e31b60 1661:1a80777ad462
8 # Version of the database schema. History: 8 # Version of the database schema. History:
9 # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning 9 # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning
10 # * Orthanc 0.3.1 = version 2 10 # * Orthanc 0.3.1 = version 2
11 # * Orthanc 0.4.0 -> Orthanc 0.7.2 = version 3 11 # * Orthanc 0.4.0 -> Orthanc 0.7.2 = version 3
12 # * Orthanc 0.7.3 -> Orthanc 0.8.4 = version 4 12 # * Orthanc 0.7.3 -> Orthanc 0.8.4 = version 4
13 # * Orthanc 0.8.5 -> mainline = version 5 13 # * Orthanc 0.8.5 -> Orthanc 0.9.3 = version 5
14 set(ORTHANC_DATABASE_VERSION 5) 14 # * Orthanc 0.9.4 -> mainline = version 6
15 set(ORTHANC_DATABASE_VERSION 6)
15 16
16 17
17 ##################################################################### 18 #####################################################################
18 ## CMake parameters tunable at the command line 19 ## CMake parameters tunable at the command line
19 ##################################################################### 20 #####################################################################