diff CMakeLists.txt @ 1036:bd17030db6d4

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jul 2014 16:22:59 +0200
parents 7f748bac15e5
children 0bfeeb6d340f
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Jul 10 16:22:46 2014 +0200
+++ b/CMakeLists.txt	Thu Jul 10 16:22:59 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.0")
+set(ORTHANC_VERSION "mainline")
 
 
 #####################################################################