# HG changeset patch # User Sebastien Jodogne # Date 1406632765 -7200 # Node ID c608407d8dc2afd9b5fb90a44036ff1a99e7232c # Parent d40c660481ee1682f3ed0fe6082a92fef9d5b39a fix mainline version diff -r d40c660481ee -r c608407d8dc2 CMakeLists.txt --- a/CMakeLists.txt Tue Jul 29 13:19:09 2014 +0200 +++ b/CMakeLists.txt Tue Jul 29 13:19:25 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.1") +set(ORTHANC_VERSION "mainline") #####################################################################