Mercurial > hg > orthanc
comparison CMakeLists.txt @ 1482:0bde293d7ba0 Orthanc-0.9.2
set version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 02 Aug 2015 14:40:43 +0200 |
parents | 5068de14eef1 |
children | b64f48e19ab9 |
comparison
equal
deleted
inserted
replaced
1481:fbd0083034ae | 1482:0bde293d7ba0 |
---|---|
1 cmake_minimum_required(VERSION 2.8) | 1 cmake_minimum_required(VERSION 2.8) |
2 | 2 |
3 project(Orthanc) | 3 project(Orthanc) |
4 | 4 |
5 # Version of the build, should always be "mainline" except in release branches | 5 # Version of the build, should always be "mainline" except in release branches |
6 set(ORTHANC_VERSION "mainline") | 6 set(ORTHANC_VERSION "0.9.2") |
7 | 7 |
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 |