diff CMakeLists.txt @ 1034:7f748bac15e5 Orthanc-0.8.0

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jul 2014 15:56:47 +0200
parents a93867a94011
children bd17030db6d4
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Jul 10 15:54:51 2014 +0200
+++ b/CMakeLists.txt	Thu Jul 10 15:56:47 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.8.0")
 
 
 #####################################################################