Mercurial > hg > orthanc
comparison CMakeLists.txt @ 597:11a195070841 Orthanc-0.6.2
set version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 04 Oct 2013 16:33:53 +0200 |
parents | f9991e8e66bf |
children | e51543cdbffd |
comparison
equal
deleted
inserted
replaced
596:4e7cd90e982c | 597:11a195070841 |
---|---|
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="mainline" | 7 -DORTHANC_VERSION="0.6.2" |
8 ) | 8 ) |
9 | 9 |
10 | 10 |
11 ##################################################################### | 11 ##################################################################### |
12 ## CMake parameters tunable at the command line | 12 ## CMake parameters tunable at the command line |