comparison CMakeLists.txt @ 878:760ab972604c Orthanc-0.7.6

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Jun 2014 15:04:21 +0200
parents 7ebd1a94be9d
children b5f10a8c96a6
comparison
equal deleted inserted replaced
877:e8fde84805a6 878:760ab972604c
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.7.6")
7 7
8 8
9 ##################################################################### 9 #####################################################################
10 ## CMake parameters tunable at the command line 10 ## CMake parameters tunable at the command line
11 ##################################################################### 11 #####################################################################