changeset 55:e33cb0f03dc9 OrthancEducation-1.0

OrthancEducation-1.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 Oct 2025 17:11:59 +0200
parents b931dabc2b47
children b62242c540db b264530c93f0
files CMakeLists.txt NEWS
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Oct 22 13:22:08 2025 +0200
+++ b/CMakeLists.txt	Wed Oct 22 17:11:59 2025 +0200
@@ -23,7 +23,7 @@
 
 project(OrthancEducation)
 
-set(ORTHANC_PLUGIN_VERSION "mainline")
+set(ORTHANC_PLUGIN_VERSION "1.0")
 set(ORTHANC_PLUGIN_NAME "education")
 
 if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline")
--- a/NEWS	Wed Oct 22 13:22:08 2025 +0200
+++ b/NEWS	Wed Oct 22 17:11:59 2025 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.0 (2025-10-22)
+========================
+
 => Minimum SDK version: 1.12.9 <=
 
 * Initial release