# HG changeset patch # User Sebastien Jodogne # Date 1411118040 -7200 # Node ID bc6fa27268b8e739f8fd821df9f9432466a6d4ae # Parent 6467a3fa72a26705dfd4ae5b4b77fa58d336a01f fix mainline version diff -r 6467a3fa72a2 -r bc6fa27268b8 CMakeLists.txt --- a/CMakeLists.txt Fri Sep 19 11:13:47 2014 +0200 +++ b/CMakeLists.txt Fri Sep 19 11:14:00 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.4") +set(ORTHANC_VERSION "mainline") #####################################################################