# HG changeset patch # User Sebastien Jodogne # Date 1500468737 -7200 # Node ID daab267593577f078bc63d5b6ab62eb89286b6d2 # Parent c32c9399433ee2e8d67509c097e2f7d70788a54f set version diff -r c32c9399433e -r daab26759357 CMakeLists.txt --- 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)") diff -r c32c9399433e -r daab26759357 NEWS --- 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)