diff CMakeLists.txt @ 1084:c608407d8dc2

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Jul 2014 13:19:25 +0200
parents 898796cedd3c
children 8c8a6bc7575e
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Jul 29 13:19:09 2014 +0200
+++ b/CMakeLists.txt	Tue Jul 29 13:19:25 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.1")
+set(ORTHANC_VERSION "mainline")
 
 
 #####################################################################