# HG changeset patch # User Sebastien Jodogne # Date 1500468826 -7200 # Node ID 273c3e109948ac35f556f24bb401d3d0309d1272 # Parent f17ecfffdc754152e3cecc9e1cac47170fce9ad5# Parent daab267593577f078bc63d5b6ab62eb89286b6d2 back to mainline diff -r f17ecfffdc75 -r 273c3e109948 CMakeLists.txt --- a/CMakeLists.txt Mon Jul 10 11:51:20 2017 +0200 +++ b/CMakeLists.txt Wed Jul 19 14:53:46 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)") diff -r f17ecfffdc75 -r 273c3e109948 NEWS --- a/NEWS Mon Jul 10 11:51:20 2017 +0200 +++ b/NEWS Wed Jul 19 14:53:46 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)