diff CMakeLists.txt @ 878:760ab972604c Orthanc-0.7.6

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Jun 2014 15:04:21 +0200
parents 7ebd1a94be9d
children b5f10a8c96a6
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Jun 11 15:03:18 2014 +0200
+++ b/CMakeLists.txt	Wed Jun 11 15:04:21 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.6")
 
 
 #####################################################################