Mercurial > hg > orthanc
comparison CMakeLists.txt @ 671:7131193b0e4b
fix mainline version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 08 Nov 2013 16:28:58 +0100 |
parents | 2d59a8b9bb84 |
children | 670dd1f2edab |
comparison
equal
deleted
inserted
replaced
670:4b1f8fbea908 | 671:7131193b0e4b |
---|---|
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.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 ##################################################################### |