changeset 112:0bc707781b85 OrthancEducation-1.2

OrthancEducation-1.2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Sep 2026 10:20:09 +0200
parents e5b220fa1234
children 9285e7684b22
files CITATION.cff CMakeLists.txt NEWS
diffstat 3 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CITATION.cff	Wed Sep 09 09:26:16 2026 +0200
+++ b/CITATION.cff	Wed Sep 09 10:20:09 2026 +0200
@@ -10,5 +10,5 @@
 doi: "10.1007/s10278-018-0082-y"
 license: "GPL-3.0-or-later"
 repository-code: "https://orthanc.uclouvain.be/hg/orthanc/"
-version: 1.12.9
-date-released: 2025-08-11
+version: "1.2"
+date-released: 2026-09-09
--- a/CMakeLists.txt	Wed Sep 09 09:26:16 2026 +0200
+++ b/CMakeLists.txt	Wed Sep 09 10:20:09 2026 +0200
@@ -23,7 +23,7 @@
 
 project(OrthancEducation)
 
-set(ORTHANC_PLUGIN_VERSION "mainline")
+set(ORTHANC_PLUGIN_VERSION "1.2")
 set(ORTHANC_PLUGIN_NAME "education")
 
 if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline")
--- a/NEWS	Wed Sep 09 09:26:16 2026 +0200
+++ b/NEWS	Wed Sep 09 10:20:09 2026 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.2 (2026-09-09)
+========================
+
 * Support for saving annotations in orthanc-wsi (by adding the "source"
   field in the authentication payload)
 * Fix opening of viewers if Orthanc is not branched at the root of the server