changeset 256:8b01b05e2fee OrthancWebViewer-2.6

OrthancWebViewer-2.6
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 May 2020 09:12:07 +0200
parents 7db5d2f85527
children 4fca00930829
files CMakeLists.txt NEWS
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Tue May 26 08:25:26 2020 +0200
+++ b/CMakeLists.txt	Tue May 26 09:12:07 2020 +0200
@@ -21,7 +21,7 @@
 
 project(OrthancWebViewer)
 
-set(ORTHANC_PLUGIN_VERSION "mainline")
+set(ORTHANC_PLUGIN_VERSION "2.6")
 
 if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/NEWS	Tue May 26 08:25:26 2020 +0200
+++ b/NEWS	Tue May 26 09:12:07 2020 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 2.6 (2020-05-26)
+========================
+
 * Move the GDCM decoder out of the Orthanc Web viewer plugin as a
   separate plugin: https://book.orthanc-server.com/plugins/gdcm.html
 * Performance: Replaced "OrthancPluginRegisterRestCallback" by