diff CMakeLists.txt @ 721:9b15028ddc1b

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Feb 2014 12:45:51 +0100
parents 32465ad22bda
children 0da078f3affc
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Feb 14 12:45:40 2014 +0100
+++ b/CMakeLists.txt	Fri Feb 14 12:45:51 2014 +0100
@@ -3,7 +3,7 @@
 project(Orthanc)
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "0.7.3")
+set(ORTHANC_VERSION "mainline")
 
 
 #####################################################################