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 (diff) f8d2defe8f17 (current diff) |
children | d1d6dcecaf87 |
files | NEWS OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake |
diffstat | 3 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Mon May 09 11:19:44 2022 +0200 +++ b/NEWS Mon May 09 12:29:04 2022 +0200 @@ -1,3 +1,7 @@ +Pending changes in the mainline +=========================== + + Version 1.11.0 (2022-05-09) ===========================
--- a/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Mon May 09 11:19:44 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/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Mon May 09 11:19:44 2022 +0200 +++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Mon May 09 12:29:04 2022 +0200 @@ -24,7 +24,7 @@ ##################################################################### # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "1.11.0") +set(ORTHANC_VERSION "mainline") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning