diff CMakeLists.txt @ 821:a7d757d5e93d

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 May 2014 17:15:54 +0200
parents 992be7e1736a
children 7ce875531950
line wrap: on
line diff
--- a/CMakeLists.txt	Thu May 08 16:44:39 2014 +0200
+++ b/CMakeLists.txt	Thu May 08 17:15:54 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")
 
 
 #####################################################################