# HG changeset patch # User Sebastien Jodogne # Date 1524483644 -7200 # Node ID 21df474deeb16a56724c0bb3758e56f95e3eff9c # Parent f30ce523a6293b17fa9d3b0cb3e0cbd8736b25ac set version diff -r f30ce523a629 -r 21df474deeb1 CMakeLists.txt --- a/CMakeLists.txt Mon Apr 23 13:35:10 2018 +0200 +++ b/CMakeLists.txt Mon Apr 23 13:40:44 2018 +0200 @@ -21,13 +21,13 @@ project(OrthancWebViewer) -set(ORTHANC_WEBVIEWER_VERSION "mainline") +set(ORTHANC_WEBVIEWER_VERSION "2.4") if (ORTHANC_WEBVIEWER_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_VERSION "1.3.1") + set(ORTHANC_FRAMEWORK_VERSION "1.3.2") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif() diff -r f30ce523a629 -r 21df474deeb1 NEWS --- a/NEWS Mon Apr 23 13:35:10 2018 +0200 +++ b/NEWS Mon Apr 23 13:40:44 2018 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 2.4 (2018-04-23) +======================== + * Disable pinch zoom on mobile devices * Fix download of DICOM instance from the toolbox * Fix for Osimis issue WVB-319: Some images are not loading in US_MF