comparison CMakeLists.txt @ 631:fc6ad5b97219

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Oct 2013 14:52:26 +0200
parents 0526d6246cc3
children 17815b9d4280
comparison
equal deleted inserted replaced
630:6008594694f6 631:fc6ad5b97219
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.7.0") 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 #####################################################################