changeset 1109:2e3bfa9a82b7

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Aug 2014 13:54:16 +0200
parents b53e058c2b08
children becde5351e47
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Aug 07 13:53:59 2014 +0200
+++ b/CMakeLists.txt	Thu Aug 07 13:54:16 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.2")
+set(ORTHANC_VERSION "mainline")
 
 
 #####################################################################