changeset 721:9b15028ddc1b

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Feb 2014 12:45:51 +0100
parents 7c3ccee6e5bb
children 3596177682a9
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Feb 14 12:45:40 2014 +0100
+++ b/CMakeLists.txt	Fri Feb 14 12:45:51 2014 +0100
@@ -3,7 +3,7 @@
 project(Orthanc)
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "0.7.3")
+set(ORTHANC_VERSION "mainline")
 
 
 #####################################################################