# HG changeset patch # User Sebastien Jodogne # Date 1405002179 -7200 # Node ID bd17030db6d48a23c0da96746419563d17183f50 # Parent 39537e2fe63793ec30e383ed3b84d6ec26098b42 fix mainline version diff -r 39537e2fe637 -r bd17030db6d4 CMakeLists.txt --- a/CMakeLists.txt Thu Jul 10 16:22:46 2014 +0200 +++ b/CMakeLists.txt Thu Jul 10 16:22:59 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.0") +set(ORTHANC_VERSION "mainline") #####################################################################