diff CMakeLists.txt @ 1080:898796cedd3c Orthanc-0.8.1

version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Jul 2014 12:36:12 +0200
parents 01414536c930
children c608407d8dc2
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Jul 29 12:34:58 2014 +0200
+++ b/CMakeLists.txt	Tue Jul 29 12:36:12 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.1")
 
 
 #####################################################################