comparison CMakeLists.txt @ 599:e51543cdbffd

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Oct 2013 16:55:53 +0200
parents 11a195070841
children 851b6a19a81c
comparison
equal deleted inserted replaced
598:62091d13e289 599:e51543cdbffd
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 add_definitions( 6 add_definitions(
7 -DORTHANC_VERSION="0.6.2" 7 -DORTHANC_VERSION="mainline"
8 ) 8 )
9 9
10 10
11 ##################################################################### 11 #####################################################################
12 ## CMake parameters tunable at the command line 12 ## CMake parameters tunable at the command line