diff CMakeLists.txt @ 1318:6e275e35d01c Orthanc-0.8.6

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Feb 2015 14:47:38 +0100
parents 61ce8147f30d
children 98a6796d658c
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Feb 12 14:45:43 2015 +0100
+++ b/CMakeLists.txt	Thu Feb 12 14:47:38 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")
 
 
 #####################################################################