diff CMakeLists.txt @ 719:32465ad22bda Orthanc-0.7.3

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Feb 2014 12:06:31 +0100
parents 8f62e8d5a384
children 9b15028ddc1b
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Feb 14 12:05:01 2014 +0100
+++ b/CMakeLists.txt	Fri Feb 14 12:06:31 2014 +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.3")
 
 
 #####################################################################