changeset 671:7131193b0e4b

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 Nov 2013 16:28:58 +0100
parents 4b1f8fbea908
children 670dd1f2edab ca528c365a39
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Nov 08 16:28:45 2013 +0100
+++ b/CMakeLists.txt	Fri Nov 08 16:28:58 2013 +0100
@@ -3,7 +3,7 @@
 project(Orthanc)
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "0.7.2")
+set(ORTHANC_VERSION "mainline")
 
 
 #####################################################################