# HG changeset patch # User Sebastien Jodogne # Date 1449071759 -3600 # Node ID fdd94c241452769629bc10ab80d34b7804d0ae75 # Parent 0aa4a0af86bdd168438544e4c44aa52793d41f88 set version diff -r 0aa4a0af86bd -r fdd94c241452 CMakeLists.txt --- a/CMakeLists.txt Wed Dec 02 16:54:30 2015 +0100 +++ b/CMakeLists.txt Wed Dec 02 16:55:59 2015 +0100 @@ -20,7 +20,7 @@ project(OrthancWebViewer) -set(ORTHANC_WEBVIEWER_VERSION "mainline") +set(ORTHANC_WEBVIEWER_VERSION "2.0") # Parameters of the build set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)") diff -r 0aa4a0af86bd -r fdd94c241452 NEWS --- a/NEWS Wed Dec 02 16:54:30 2015 +0100 +++ b/NEWS Wed Dec 02 16:55:59 2015 +0100 @@ -1,9 +1,14 @@ Pending changes in the mainline =============================== + + +Version 2.0 (2015-12-02) +======================== + => Minimum SDK version: 0.9.5 <= -* The GDCM decoder replaces the built-in Orthanc decoder for Orthanc Explorer +* The GDCM decoder replaces the built-in Orthanc decoder inside Orthanc Explorer * Support of multi-frame images * Upgrade to Cornerstone 0.8.4