diff CMakeLists.txt @ 653:b8af38c04ec6 Orthanc-0.7.1

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Oct 2013 11:32:07 +0100
parents 7446a8ae2fad
children 93adc693cc60
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Oct 30 11:30:46 2013 +0100
+++ b/CMakeLists.txt	Wed Oct 30 11:32:07 2013 +0100
@@ -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.1")
 
 
 #####################################################################