# HG changeset patch # User Alain Mazy # Date 1656587090 -7200 # Node ID eb657d8804273af34963f6b482f6db7513f7afb0 # Parent ea9e2680da6f2bca4c3525d5b80aa2287be32b75 Orthanc-1.11.1 diff -r ea9e2680da6f -r eb657d880427 NEWS --- 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 diff -r ea9e2680da6f -r eb657d880427 OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake --- 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 diff -r ea9e2680da6f -r eb657d880427 OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h --- 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)