diff CMakeLists.txt @ 1215:c416fe3e8022 Orthanc-0.8.5

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Nov 2014 15:41:29 +0100
parents 059391d3f8df
children 92ba9c7b431f
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Nov 04 15:39:59 2014 +0100
+++ b/CMakeLists.txt	Tue Nov 04 15:41:29 2014 +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.5")
 
 
 #####################################################################