diff CMakeLists.txt @ 629:0526d6246cc3 Orthanc-0.7.0

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Oct 2013 14:17:38 +0200
parents 70d0f27e5bd3
children fc6ad5b97219
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Oct 25 14:15:56 2013 +0200
+++ b/CMakeLists.txt	Fri Oct 25 14:17:38 2013 +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.0")
 
 
 #####################################################################