changeset 89:12eb026957a3 OrthancTransfers-1.6

1.6
author Alain Mazy <am@orthanc.team>
date Tue, 07 Oct 2025 10:20:10 +0200
parents c1af338d4ad1
children 1a95439d88bf
files CMakeLists.txt NEWS
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Mon Oct 06 09:52:05 2025 +0200
+++ b/CMakeLists.txt	Tue Oct 07 10:20:10 2025 +0200
@@ -20,13 +20,13 @@
 cmake_minimum_required(VERSION 2.8...4.0)
 project(OrthancTransfers)
 
-set(ORTHANC_PLUGIN_VERSION "mainline")
+set(ORTHANC_PLUGIN_VERSION "1.6")
 
 if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_VERSION "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg")
 else()
-  set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "9eb77f159b9d")  # while waiting for 1.12.10 (for  Orthanc::SystemToolbox::PathToUtf8())
+  set(ORTHANC_FRAMEWORK_VERSION "9eb77f159b9d")  # while waiting for 1.12.10 (for  Orthanc::SystemToolbox::PathToUtf8())
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web")
 endif()
 
--- a/NEWS	Mon Oct 06 09:52:05 2025 +0200
+++ b/NEWS	Tue Oct 07 10:20:10 2025 +0200
@@ -1,5 +1,5 @@
-Pending changes in the mainline
-===============================
+Version 1.6 (2025-10-07)
+========================
 
 Minimum plugin SDK (for build): 1.12.1
 Minimum Orthanc runtime: 1.12.1