Mercurial > hg > orthanc-webviewer
changeset 41:3ff8e75ab87c
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 03 Jul 2015 11:39:47 +0200 |
parents | fec65ef2c7e9 (current diff) 6a455e6a7df4 (diff) |
children | 6eb4082b3414 |
files | |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Fri Jul 03 10:45:51 2015 +0200 +++ b/CMakeLists.txt Fri Jul 03 11:39:47 2015 +0200 @@ -20,7 +20,7 @@ project(OrthancWebViewer) -set(ORTHANC_WEBVIEWER_VERSION "1.0") +set(ORTHANC_WEBVIEWER_VERSION "1.1") # Parameters of the build set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")
--- a/NEWS Fri Jul 03 10:45:51 2015 +0200 +++ b/NEWS Fri Jul 03 11:39:47 2015 +0200 @@ -1,6 +1,11 @@ Pending changes in the mainline =============================== + + +Version 1.1 (2015-07-03) +======================== + * Support of Visual Studio 2008 * Support of FreeBSD * Fix issue 29 (support of photometric interpretation YBR_FULL_422)