diff CMakeLists.txt @ 1152:b3bc4de0a1e1 Orthanc-0.8.3

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Sep 2014 16:07:31 +0200
parents f739d3f6cfcf
children 01c907f35d09
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Sep 11 16:06:08 2014 +0200
+++ b/CMakeLists.txt	Thu Sep 11 16:07:31 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.3")
 
 
 #####################################################################