diff CMakeLists.txt @ 819:992be7e1736a Orthanc-0.7.5

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 May 2014 17:03:22 +0200
parents 2d9a000aa3a6
children 7ce875531950
line wrap: on
line diff
--- a/CMakeLists.txt	Thu May 08 17:01:51 2014 +0200
+++ b/CMakeLists.txt	Thu May 08 17:03:22 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.7.5")
 
 
 #####################################################################