# HG changeset patch # User Sebastien Jodogne # Date 1399562170 -7200 # Node ID 7ce875531950ca9b99e95d7b4d04dd0dc964a63a # Parent a7d757d5e93d2e1b72a2a12cf2a9ffcff952e6f0 fix mainline version diff -r a7d757d5e93d -r 7ce875531950 CMakeLists.txt --- a/CMakeLists.txt Thu May 08 17:15:54 2014 +0200 +++ b/CMakeLists.txt Thu May 08 17:16:10 2014 +0200 @@ -3,7 +3,7 @@ project(Orthanc) # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "0.7.5") +set(ORTHANC_VERSION "mainline") #####################################################################