diff CMakeLists.txt @ 671:7131193b0e4b

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 Nov 2013 16:28:58 +0100
parents 2d59a8b9bb84
children 670dd1f2edab
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")
 
 
 #####################################################################