# HG changeset patch # User Sebastien Jodogne # Date 1704379042 -3600 # Node ID 3774767180a8c1cdd01acb3015ed2af7dcd24c60 # Parent 36049c04ee27059cd24f5e47d8b037399a8ba964 OrthancOHIF-1.2 diff -r 36049c04ee27 -r 3774767180a8 CMakeLists.txt --- a/CMakeLists.txt Thu Jan 04 15:20:42 2024 +0100 +++ b/CMakeLists.txt Thu Jan 04 15:37:22 2024 +0100 @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancOHIF) -set(ORTHANC_OHIF_VERSION "mainline") +set(ORTHANC_OHIF_VERSION "1.2") if (ORTHANC_OHIF_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") diff -r 36049c04ee27 -r 3774767180a8 NEWS --- a/NEWS Thu Jan 04 15:20:42 2024 +0100 +++ b/NEWS Thu Jan 04 15:37:22 2024 +0100 @@ -1,8 +1,12 @@ Pending changes in the mainline =============================== -* Fixed wrong MIME type for app-config.js that prevents the OHIF viewer - from loading with Orthanc 1.12.2 + +Version 1.2 (2024-01-04) +======================== + +* Fixed wrong MIME type for app-config.js that prevents the OHIF + viewer from loading with Orthanc 1.12.2 Version 1.1 (2023-11-24)