# HG changeset patch # User Sebastien Jodogne # Date 1415113775 -3600 # Node ID 92ba9c7b431fa40fddfa58964915e24dcb8a88c4 # Parent f38b09e9afed1a85404f66f26f791ec32b17724b fix mainline version diff -r f38b09e9afed -r 92ba9c7b431f CMakeLists.txt --- a/CMakeLists.txt Tue Nov 04 16:09:20 2014 +0100 +++ b/CMakeLists.txt Tue Nov 04 16:09:35 2014 +0100 @@ -3,7 +3,7 @@ project(Orthanc) # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "0.8.5") +set(ORTHANC_VERSION "mainline") #####################################################################