changeset 1320:98a6796d658c

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Feb 2015 15:26:13 +0100
parents 7316546c3513
children 0f9e0e808e0f
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Feb 12 15:25:54 2015 +0100
+++ b/CMakeLists.txt	Thu Feb 12 15:26:13 2015 +0100
@@ -3,7 +3,7 @@
 project(Orthanc)
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "0.8.6")
+set(ORTHANC_VERSION "mainline")
 
 
 #####################################################################