Mercurial > hg > orthanc
changeset 5005:258d1ae8f5a8
back to mainline
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 09 May 2022 12:29:04 +0200 |
parents | e25689b5f0a3 (current diff) f8d2defe8f17 (diff) |
children | d1d6dcecaf87 |
files | NEWS OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake |
diffstat | 3 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Mon May 09 10:29:48 2022 +0200 +++ b/NEWS Mon May 09 12:29:04 2022 +0200 @@ -1,5 +1,9 @@ Pending changes in the mainline -=============================== +=========================== + + +Version 1.11.0 (2022-05-09) +=========================== General -------
--- a/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Mon May 09 10:29:48 2022 +0200 +++ b/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Mon May 09 12:29:04 2022 +0200 @@ -146,6 +146,8 @@ set(ORTHANC_FRAMEWORK_MD5 "8610c82d9153f22e929f2110f8f60279") elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.10.1") set(ORTHANC_FRAMEWORK_MD5 "caf667fc5ea452b3d0c2f70bfd02599c") + elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.11.0") + set(ORTHANC_FRAMEWORK_MD5 "962c4a4a706a2ef28b390d8515dd7091") # Below this point are development snapshots that were used to # release some plugin, before an official release of the Orthanc
--- 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 12:29:04 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)