diff CMakeLists.txt @ 1105:8c8a6bc7575e Orthanc-0.8.2

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Aug 2014 13:25:41 +0200
parents c608407d8dc2
children 2e3bfa9a82b7
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Aug 07 13:23:24 2014 +0200
+++ b/CMakeLists.txt	Thu Aug 07 13:25:41 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.2")
 
 
 #####################################################################