changeset 3542:25126912aa2c

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Oct 2019 14:33:06 +0200
parents 096c827cbf9e (diff) 4beabcea3a5c (current diff)
children cac5a3ddd441
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 Oct 16 12:52:25 2019 +0200
+++ b/Resources/CMake/OrthancFrameworkParameters.cmake	Wed Oct 16 14:33:06 2019 +0200
@@ -3,7 +3,7 @@
 #####################################################################
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "1.5.8")
+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 Oct 16 12:52:25 2019 +0200
+++ b/Resources/DownloadOrthancFramework.cmake	Wed Oct 16 14:33:06 2019 +0200
@@ -110,6 +110,8 @@
         set(ORTHANC_FRAMEWORK_MD5 "3c29de1e289b5472342947168f0105c0")
       elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.5.7")
         set(ORTHANC_FRAMEWORK_MD5 "e1b76f01116d9b5d4ac8cc39980560e3")
+      elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.5.8")
+        set(ORTHANC_FRAMEWORK_MD5 "82323e8c49a667f658a3639ea4dbc336")
       endif()
     endif()
   endif()