changeset 631:fc6ad5b97219

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Oct 2013 14:52:26 +0200
parents 6008594694f6
children 17815b9d4280
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Oct 25 14:52:06 2013 +0200
+++ b/CMakeLists.txt	Fri Oct 25 14:52:26 2013 +0200
@@ -3,7 +3,7 @@
 project(Orthanc)
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "0.7.0")
+set(ORTHANC_VERSION "mainline")
 
 
 #####################################################################