changeset 5474:6cb91df32207 Orthanc-1.12.2

Orthanc-1.12.2
author Alain Mazy <am@osimis.io>
date Tue, 19 Dec 2023 10:05:57 +0100
parents d1992a9ec8c3
children 890df6501ffc ec7c53b914d9
files NEWS OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Dec 18 22:29:47 2023 +0100
+++ b/NEWS	Tue Dec 19 10:05:57 2023 +0100
@@ -1,5 +1,5 @@
-Pending changes in the mainline
-===============================
+Version 1.12.2 (2023-12-19)
+===========================
 
 General
 -------
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Mon Dec 18 22:29:47 2023 +0100
+++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Tue Dec 19 10:05:57 2023 +0100
@@ -24,7 +24,7 @@
 #####################################################################
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "mainline")
+set(ORTHANC_VERSION "1.12.2")
 
 # Version of the database schema. History:
 #   * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning
--- a/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h	Mon Dec 18 22:29:47 2023 +0100
+++ b/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h	Tue Dec 19 10:05:57 2023 +0100
@@ -120,7 +120,7 @@
 
 #define ORTHANC_PLUGINS_MINIMAL_MAJOR_NUMBER     1
 #define ORTHANC_PLUGINS_MINIMAL_MINOR_NUMBER     12
-#define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER  1
+#define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER  2
 
 
 #if !defined(ORTHANC_PLUGINS_VERSION_IS_ABOVE)