diff CMakeLists.txt @ 1217:92ba9c7b431f

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Nov 2014 16:09:35 +0100
parents c416fe3e8022
children 29cf3dd2cea4
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Nov 04 16:09:20 2014 +0100
+++ b/CMakeLists.txt	Tue Nov 04 16:09:35 2014 +0100
@@ -3,7 +3,7 @@
 project(Orthanc)
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "0.8.5")
+set(ORTHANC_VERSION "mainline")
 
 
 #####################################################################