changeset 5051:eb657d880427 Orthanc-1.11.1

Orthanc-1.11.1
author Alain Mazy <am@osimis.io>
date Thu, 30 Jun 2022 13:04:50 +0200
parents ea9e2680da6f
children e2dece12f444 4edcdbdbc8cc
files NEWS OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Jun 30 07:15:37 2022 +0200
+++ b/NEWS	Thu Jun 30 13:04:50 2022 +0200
@@ -1,4 +1,4 @@
-Pending changes in the mainline
+Version 1.11.1 (2022-06-30)
 ===========================
 
 General
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Thu Jun 30 07:15:37 2022 +0200
+++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Thu Jun 30 13:04:50 2022 +0200
@@ -24,7 +24,7 @@
 #####################################################################
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "mainline")
+set(ORTHANC_VERSION "1.11.1")
 
 # Version of the database schema. History:
 #   * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning
--- a/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h	Thu Jun 30 07:15:37 2022 +0200
+++ b/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h	Thu Jun 30 13:04:50 2022 +0200
@@ -120,7 +120,7 @@
 
 #define ORTHANC_PLUGINS_MINIMAL_MAJOR_NUMBER     1
 #define ORTHANC_PLUGINS_MINIMAL_MINOR_NUMBER     11
-#define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER  0
+#define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER  1
 
 
 #if !defined(ORTHANC_PLUGINS_VERSION_IS_ABOVE)