changeset 599:e51543cdbffd

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Oct 2013 16:55:53 +0200
parents 62091d13e289
children 851b6a19a81c
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Oct 04 16:55:34 2013 +0200
+++ b/CMakeLists.txt	Fri Oct 04 16:55:53 2013 +0200
@@ -4,7 +4,7 @@
 
 # Version of the build, should always be "mainline" except in release branches
 add_definitions(
-  -DORTHANC_VERSION="0.6.2"
+  -DORTHANC_VERSION="mainline"
   )