# HG changeset patch # User Sebastien Jodogne # Date 1590566115 -7200 # Node ID 7cd0fe733822164b61cd4934e7d648213a7bf9f5 # Parent 31252a887f0b16ebfea0742454779942ae2c6c8a# Parent adc6f1fa7417d10e7a2e7a1529a0f973a5d67de9 back to mainline diff -r adc6f1fa7417 -r 7cd0fe733822 Resources/CMake/OrthancFrameworkParameters.cmake --- a/Resources/CMake/OrthancFrameworkParameters.cmake Wed May 27 08:12:33 2020 +0200 +++ b/Resources/CMake/OrthancFrameworkParameters.cmake Wed May 27 09:55:15 2020 +0200 @@ -3,7 +3,7 @@ ##################################################################### # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "1.7.1") +set(ORTHANC_VERSION "mainline") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning diff -r adc6f1fa7417 -r 7cd0fe733822 Resources/DownloadOrthancFramework.cmake --- a/Resources/DownloadOrthancFramework.cmake Wed May 27 08:12:33 2020 +0200 +++ b/Resources/DownloadOrthancFramework.cmake Wed May 27 09:55:15 2020 +0200 @@ -118,6 +118,8 @@ set(ORTHANC_FRAMEWORK_MD5 "3971f5de96ba71dc9d3f3690afeaa7c0") elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.0") set(ORTHANC_FRAMEWORK_MD5 "ce5f689e852b01d3672bd3d2f952a5ef") + elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.1") + set(ORTHANC_FRAMEWORK_MD5 "3c171217f930abe80246997bdbcaf7cc") # Below this point are development snapshots that were used to # release some plugin, before an official release of the Orthanc