comparison CMakeLists.txt @ 1109:2e3bfa9a82b7

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Aug 2014 13:54:16 +0200
parents 8c8a6bc7575e
children a119f9ae3640
comparison
equal deleted inserted replaced
1108:b53e058c2b08 1109:2e3bfa9a82b7
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 "0.8.2") 6 set(ORTHANC_VERSION "mainline")
7 7
8 8
9 ##################################################################### 9 #####################################################################
10 ## CMake parameters tunable at the command line 10 ## CMake parameters tunable at the command line
11 ##################################################################### 11 #####################################################################