diff CMakeLists.txt @ 655:93adc693cc60

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Oct 2013 11:56:28 +0100
parents b8af38c04ec6
children 2d59a8b9bb84
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")
 
 
 #####################################################################