Mercurial > hg > orthanc
changeset 1036:bd17030db6d4
fix mainline version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 10 Jul 2014 16:22:59 +0200 |
parents | 39537e2fe637 |
children | 6208ab500ffd |
files | CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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") #####################################################################