# HG changeset patch # User Sebastien Jodogne # Date 1383130588 -3600 # Node ID 93adc693cc60decb2a68ee3d32d466c8547b864b # Parent 00ff0abe1130403afba215fad03e9ea8a2f86aef fix mainline version diff -r 00ff0abe1130 -r 93adc693cc60 CMakeLists.txt --- a/CMakeLists.txt Wed Oct 30 11:56:11 2013 +0100 +++ b/CMakeLists.txt Wed Oct 30 11:56:28 2013 +0100 @@ -3,7 +3,7 @@ project(Orthanc) # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "0.7.1") +set(ORTHANC_VERSION "mainline") #####################################################################