# HG changeset patch # User Sebastien Jodogne # Date 1382705546 -7200 # Node ID fc6ad5b97219eedb7bd51bea2a447b53e73ae4d4 # Parent 6008594694f6f7155e2bf7ac72f7efd0948b3faa fix mainline version diff -r 6008594694f6 -r fc6ad5b97219 CMakeLists.txt --- a/CMakeLists.txt Fri Oct 25 14:52:06 2013 +0200 +++ b/CMakeLists.txt Fri Oct 25 14:52:26 2013 +0200 @@ -3,7 +3,7 @@ project(Orthanc) # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "0.7.0") +set(ORTHANC_VERSION "mainline") #####################################################################