changeset 5004:f8d2defe8f17 Orthanc-1.11.0

Orthanc-1.11.0
author Alain Mazy <am@osimis.io>
date Mon, 09 May 2022 11:19:44 +0200
parents e25689b5f0a3
children 258d1ae8f5a8 4a688b06db56
files NEWS OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon May 09 10:29:48 2022 +0200
+++ b/NEWS	Mon May 09 11:19:44 2022 +0200
@@ -1,5 +1,5 @@
-Pending changes in the mainline
-===============================
+Version 1.11.0 (2022-05-09)
+===========================
 
 General
 -------
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Mon May 09 10:29:48 2022 +0200
+++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Mon May 09 11:19:44 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.0")
 
 # Version of the database schema. History:
 #   * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning
--- a/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h	Mon May 09 10:29:48 2022 +0200
+++ b/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h	Mon May 09 11:19:44 2022 +0200
@@ -119,8 +119,8 @@
 #endif
 
 #define ORTHANC_PLUGINS_MINIMAL_MAJOR_NUMBER     1
-#define ORTHANC_PLUGINS_MINIMAL_MINOR_NUMBER     10
-#define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER  1
+#define ORTHANC_PLUGINS_MINIMAL_MINOR_NUMBER     11
+#define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER  0
 
 
 #if !defined(ORTHANC_PLUGINS_VERSION_IS_ABOVE)