changeset 1084:c608407d8dc2

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Jul 2014 13:19:25 +0200
parents d40c660481ee
children b161593551db
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Jul 29 13:19:09 2014 +0200
+++ b/CMakeLists.txt	Tue Jul 29 13:19:25 2014 +0200
@@ -3,7 +3,7 @@
 project(Orthanc)
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "0.8.1")
+set(ORTHANC_VERSION "mainline")
 
 
 #####################################################################