Mercurial > hg > orthanc
changeset 3307:66745b9039aa
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 25 Feb 2019 12:40:43 +0100 |
parents | aee8d160df43 (current diff) 010d5e6edabe (diff) |
children | f09b9e14e995 |
files | Resources/CMake/OrthancFrameworkParameters.cmake Resources/DownloadOrthancFramework.cmake |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Mon Feb 25 09:31:12 2019 +0100 +++ b/NEWS Mon Feb 25 12:40:43 2019 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 1.5.5 (2019-02-25) +========================== + General -------
--- a/Resources/DownloadOrthancFramework.cmake Mon Feb 25 09:31:12 2019 +0100 +++ b/Resources/DownloadOrthancFramework.cmake Mon Feb 25 12:40:43 2019 +0100 @@ -101,6 +101,8 @@ set(ORTHANC_FRAMEWORK_MD5 "bf2f5ed1adb8b0fc5f10d278e68e1dfe") elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.5.4") set(ORTHANC_FRAMEWORK_MD5 "404baef5d4c43e7c5d9410edda8ef5a5") + elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.5.5") + set(ORTHANC_FRAMEWORK_MD5 "cfc437e0687ae4bd725fd93dc1f08bc4") endif() endif() endif()