diff CMakeLists.txt @ 1035:39537e2fe637

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jul 2014 16:22:46 +0200
parents 7f748bac15e5
children bd17030db6d4
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Jul 10 17:41:22 2014 +0200
+++ b/CMakeLists.txt	Thu Jul 10 16:22:46 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")
 
 
 #####################################################################