changeset 112:4d36137ffd7a

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Dec 2015 17:05:45 +0100
parents acb3ac788426 (current diff) 2cec44cc8c45 (diff)
children 1dccd526d799
files
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Dec 02 16:30:12 2015 +0100
+++ b/CMakeLists.txt	Wed Dec 02 17:05:45 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)")
@@ -59,7 +59,7 @@
 
 # Check that the Orthanc SDK headers are available or download them
 if (STATIC_BUILD OR NOT USE_SYSTEM_ORTHANC_SDK)
-  include_directories(${ORTHANC_ROOT}/Sdk-0.9.4)
+  include_directories(${ORTHANC_ROOT}/Sdk-0.9.5)
 else ()
   CHECK_INCLUDE_FILE_CXX(orthanc/OrthancCPlugin.h HAVE_ORTHANC_H)
   if (NOT HAVE_ORTHANC_H)
--- a/NEWS	Wed Dec 02 16:30:12 2015 +0100
+++ b/NEWS	Wed Dec 02 17:05:45 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