diff CMakeLists.txt @ 1170:bc6fa27268b8

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 19 Sep 2014 11:14:00 +0200
parents 2ee4e8f21c74
children 059391d3f8df
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Sep 19 11:13:47 2014 +0200
+++ b/CMakeLists.txt	Fri Sep 19 11:14:00 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.4")
+set(ORTHANC_VERSION "mainline")
 
 
 #####################################################################