changeset 3969:170667f08642

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 May 2020 14:41:41 +0200
parents 5b731d898bee (diff) 22eb9453b3f5 (current diff)
children b04e1b3b8a7f
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	Fri May 22 12:30:36 2020 +0200
+++ b/Resources/CMake/OrthancFrameworkParameters.cmake	Fri May 22 14:41:41 2020 +0200
@@ -3,7 +3,7 @@
 #####################################################################
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "1.7.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	Fri May 22 12:30:36 2020 +0200
+++ b/Resources/DownloadOrthancFramework.cmake	Fri May 22 14:41:41 2020 +0200
@@ -116,6 +116,8 @@
         set(ORTHANC_FRAMEWORK_MD5 "eab428d6e53f61e847fa360bb17ebe25")
       elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.6.1")
         set(ORTHANC_FRAMEWORK_MD5 "3971f5de96ba71dc9d3f3690afeaa7c0")
+      elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.0")
+        set(ORTHANC_FRAMEWORK_MD5 "ce5f689e852b01d3672bd3d2f952a5ef")
 
       # Below this point are development snapshots that were used to
       # release some plugin, before an official release of the Orthanc