changeset 1170:bc6fa27268b8

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 19 Sep 2014 11:14:00 +0200
parents 6467a3fa72a2
children fd3128b2cf45 c200a92734c9
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Sep 19 11:13:47 2014 +0200
+++ b/CMakeLists.txt	Fri Sep 19 11:14:00 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.4")
+set(ORTHANC_VERSION "mainline")
 
 
 #####################################################################