Mercurial > hg > orthanc
changeset 1217:92ba9c7b431f
fix mainline version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 04 Nov 2014 16:09:35 +0100 |
parents | f38b09e9afed |
children | efece308018e |
files | CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Tue Nov 04 16:09:20 2014 +0100 +++ b/CMakeLists.txt Tue Nov 04 16:09:35 2014 +0100 @@ -3,7 +3,7 @@ project(Orthanc) # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "0.8.5") +set(ORTHANC_VERSION "mainline") #####################################################################