diff CMakeLists.txt @ 755:584b59a80ffb Orthanc-0.7.4

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Apr 2014 11:42:56 +0200
parents 5197fd35333c
children 40d09221077a
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Apr 16 11:41:23 2014 +0200
+++ b/CMakeLists.txt	Wed Apr 16 11:42:56 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.4")
 
 
 #####################################################################