diff CMakeLists.txt @ 1168:2ee4e8f21c74 Orthanc-0.8.4

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 19 Sep 2014 10:46:51 +0200
parents 8c9574576f42
children bc6fa27268b8
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Sep 19 10:45:48 2014 +0200
+++ b/CMakeLists.txt	Fri Sep 19 10:46:51 2014 +0200
@@ -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.4")
 
 
 #####################################################################