Mercurial > hg > orthanc-webviewer
changeset 164:daab26759357 OrthancWebViewer-2.3
set version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 19 Jul 2017 14:52:17 +0200 |
parents | c32c9399433e |
children | 273c3e109948 c654c98ed3e8 |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Jul 19 14:48:08 2017 +0200 +++ b/CMakeLists.txt Wed Jul 19 14:52:17 2017 +0200 @@ -21,7 +21,7 @@ project(OrthancWebViewer) -set(ORTHANC_WEBVIEWER_VERSION "mainline") +set(ORTHANC_WEBVIEWER_VERSION "2.3") # Parameters of the build set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")
--- a/NEWS Wed Jul 19 14:48:08 2017 +0200 +++ b/NEWS Wed Jul 19 14:52:17 2017 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 2.3 (2017-07-19) +======================== + * Upgrade to Cornerstone 0.11.0 * Performance warning if runtime debug assertions are turned on * Fix issue 44 (Bad interpretation of photometric interpretation MONOCHROME1)