Mercurial > hg > orthanc
changeset 4491:cf44052fdf60
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 29 Jan 2021 11:51:42 +0100 |
parents | 50b3f4c8107e (diff) e8800a0c6cb3 (current diff) |
children | 0b2484663233 |
files | OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Fri Jan 29 10:36:16 2021 +0100 +++ b/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Fri Jan 29 11:51:42 2021 +0100 @@ -122,6 +122,8 @@ set(ORTHANC_FRAMEWORK_MD5 "db094f96399cbe8b9bbdbce34884c220") elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.8.2") set(ORTHANC_FRAMEWORK_MD5 "8bfa10e66c9931e74111be0bfb1f4548") + elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.0") + set(ORTHANC_FRAMEWORK_MD5 "cea0b02ce184671eaf1bd668beefbf28") # 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 Fri Jan 29 10:36:16 2021 +0100 +++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Fri Jan 29 11:51:42 2021 +0100 @@ -23,7 +23,7 @@ ##################################################################### # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "1.9.0") +set(ORTHANC_VERSION "mainline") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning