Mercurial > hg > orthanc
changeset 757:40d09221077a
fix mainline version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 16 Apr 2014 12:12:55 +0200 |
parents | 84501a25ee61 |
children | 67e6400fca03 8cfc6119a5bd b2a62f22fbe8 882833632b1f |
files | CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Apr 16 12:12:42 2014 +0200 +++ b/CMakeLists.txt Wed Apr 16 12:12:55 2014 +0200 @@ -3,7 +3,7 @@ project(Orthanc) # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "0.7.4") +set(ORTHANC_VERSION "mainline") #####################################################################