diff CMakeLists.txt @ 1319:7316546c3513

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Feb 2015 15:25:54 +0100
parents 6e275e35d01c
children 98a6796d658c
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Feb 12 14:12:11 2015 +0100
+++ b/CMakeLists.txt	Thu Feb 12 15:25:54 2015 +0100
@@ -3,7 +3,7 @@
 project(Orthanc)
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "mainline")
+set(ORTHANC_VERSION "0.8.6")
 
 
 #####################################################################