changeset 881:b5f10a8c96a6

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Jun 2014 16:12:56 +0200
parents b62fac89d614
children 50106e80555a
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Jun 11 15:35:04 2014 +0200
+++ b/CMakeLists.txt	Wed Jun 11 16:12:56 2014 +0200
@@ -3,7 +3,7 @@
 project(Orthanc)
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "0.7.6")
+set(ORTHANC_VERSION "mainline")
 
 
 #####################################################################