changeset 655:93adc693cc60

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Oct 2013 11:56:28 +0100
parents 00ff0abe1130
children 08eca5d86aad
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Oct 30 11:56:11 2013 +0100
+++ b/CMakeLists.txt	Wed Oct 30 11:56:28 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.1")
+set(ORTHANC_VERSION "mainline")
 
 
 #####################################################################