comparison CMakeLists.txt @ 1152:b3bc4de0a1e1 Orthanc-0.8.3

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Sep 2014 16:07:31 +0200
parents f739d3f6cfcf
children 01c907f35d09
comparison
equal deleted inserted replaced
1151:5553ee2a2f91 1152:b3bc4de0a1e1
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.8.3")
7 7
8 8
9 ##################################################################### 9 #####################################################################
10 ## CMake parameters tunable at the command line 10 ## CMake parameters tunable at the command line
11 ##################################################################### 11 #####################################################################