changeset 3780:df69a5fdc836

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Mar 2020 14:47:01 +0100
parents 920c7ffb1187 (diff) 64a095d133a8 (current diff)
children d912b0b1628d 7f4a75093a6a
files Resources/CMake/OrthancFrameworkParameters.cmake Resources/DownloadOrthancFramework.cmake
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/CMake/OrthancFrameworkParameters.cmake	Wed Mar 18 13:12:46 2020 +0100
+++ b/Resources/CMake/OrthancFrameworkParameters.cmake	Wed Mar 18 14:47:01 2020 +0100
@@ -3,7 +3,7 @@
 #####################################################################
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "1.6.0")
+set(ORTHANC_VERSION "mainline")
 
 # Version of the database schema. History:
 #   * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning
--- a/Resources/DownloadOrthancFramework.cmake	Wed Mar 18 13:12:46 2020 +0100
+++ b/Resources/DownloadOrthancFramework.cmake	Wed Mar 18 14:47:01 2020 +0100
@@ -112,6 +112,8 @@
         set(ORTHANC_FRAMEWORK_MD5 "e1b76f01116d9b5d4ac8cc39980560e3")
       elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.5.8")
         set(ORTHANC_FRAMEWORK_MD5 "82323e8c49a667f658a3639ea4dbc336")
+      elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.6.0")
+        set(ORTHANC_FRAMEWORK_MD5 "eab428d6e53f61e847fa360bb17ebe25")
 
       # Below this point are development snapshots that were used to
       # release some plugin, before an official release of the Orthanc