# HG changeset patch # User Sebastien Jodogne # Date 1407412456 -7200 # Node ID 2e3bfa9a82b7ea347193900684a2e3b7b5a9d214 # Parent b53e058c2b08d0168609e4b4c675280b06f8b878 fix mainline version diff -r b53e058c2b08 -r 2e3bfa9a82b7 CMakeLists.txt --- a/CMakeLists.txt Thu Aug 07 13:53:59 2014 +0200 +++ b/CMakeLists.txt Thu Aug 07 13:54:16 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.2") +set(ORTHANC_VERSION "mainline") #####################################################################