diff CMakeLists.txt @ 1109:2e3bfa9a82b7

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Aug 2014 13:54:16 +0200
parents 8c8a6bc7575e
children a119f9ae3640
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Aug 07 13:53:59 2014 +0200
+++ b/CMakeLists.txt	Thu Aug 07 13:54:16 2014 +0200
@@ -3,7 +3,7 @@
 project(Orthanc)
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "0.8.2")
+set(ORTHANC_VERSION "mainline")
 
 
 #####################################################################