Mercurial > hg > orthanc-webviewer
changeset 139:fec07e613b24
fix mainline version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 28 Jun 2016 11:07:23 +0200 |
parents | cba2a83bd198 |
children | 31615831e42d |
files | CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Tue Jun 28 11:07:09 2016 +0200 +++ b/CMakeLists.txt Tue Jun 28 11:07:23 2016 +0200 @@ -20,7 +20,7 @@ project(OrthancWebViewer) -set(ORTHANC_WEBVIEWER_VERSION "2.2") +set(ORTHANC_WEBVIEWER_VERSION "mainline") # Parameters of the build set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")