changeset 822:7ce875531950

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 May 2014 17:16:10 +0200
parents a7d757d5e93d
children da4c30a8bcdd a811bdf8b8eb
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu May 08 17:15:54 2014 +0200
+++ b/CMakeLists.txt	Thu May 08 17:16:10 2014 +0200
@@ -3,7 +3,7 @@
 project(Orthanc)
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "0.7.5")
+set(ORTHANC_VERSION "mainline")
 
 
 #####################################################################