changeset 1154:01c907f35d09

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Sep 2014 16:30:57 +0200
parents 279055cb7795
children 63924bc389bf
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Sep 11 16:30:41 2014 +0200
+++ b/CMakeLists.txt	Thu Sep 11 16:30:57 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.3")
+set(ORTHANC_VERSION "mainline")
 
 
 #####################################################################