diff CMakeLists.txt @ 1169:6467a3fa72a2

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 19 Sep 2014 11:13:47 +0200
parents 2ee4e8f21c74
children bc6fa27268b8
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Sep 19 10:17:50 2014 +0200
+++ b/CMakeLists.txt	Fri Sep 19 11:13:47 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")
 
 
 #####################################################################