Mercurial > hg > orthanc-ohif
changeset 31:3774767180a8 OrthancOHIF-1.2
OrthancOHIF-1.2
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 04 Jan 2024 15:37:22 +0100 |
parents | 36049c04ee27 |
children | 640041ec70aa |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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")
--- 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)