# HG changeset patch # User Sebastien Jodogne # Date 1423751173 -3600 # Node ID 98a6796d658c4b88b37696dface9dbddf88456e3 # Parent 7316546c3513fa95bf0264579e66e18d752d2c02 fix mainline version diff -r 7316546c3513 -r 98a6796d658c CMakeLists.txt --- a/CMakeLists.txt Thu Feb 12 15:25:54 2015 +0100 +++ b/CMakeLists.txt Thu Feb 12 15:26:13 2015 +0100 @@ -3,7 +3,7 @@ project(Orthanc) # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "0.8.6") +set(ORTHANC_VERSION "mainline") #####################################################################