Mercurial > hg > orthanc-webviewer
changeset 166:e5ac1fd6cf7d
fix mainline version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 19 Jul 2017 14:53:59 +0200 |
parents | 273c3e109948 |
children | bd5597966b3d |
files | CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Jul 19 14:53:46 2017 +0200 +++ b/CMakeLists.txt Wed Jul 19 14:53:59 2017 +0200 @@ -21,7 +21,7 @@ project(OrthancWebViewer) -set(ORTHANC_WEBVIEWER_VERSION "2.3") +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)")