Mercurial > hg > orthanc-webviewer
changeset 40:6a455e6a7df4 OrthancWebViewer-1.1
set version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 03 Jul 2015 11:39:05 +0200 |
parents | 3d391ae2439c |
children | 3ff8e75ab87c ca156d2fdbd3 |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Fri Jul 03 11:37:23 2015 +0200 +++ b/CMakeLists.txt Fri Jul 03 11:39:05 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 11:37:23 2015 +0200 +++ b/NEWS Fri Jul 03 11:39:05 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)