Mercurial > hg > orthanc-dicomweb
changeset 540:8063572d10fd OrthancDicomWeb-1.10
1.10
author | Alain Mazy <am@osimis.io> |
---|---|
date | Wed, 31 Aug 2022 09:31:07 +0200 |
parents | a214f8d87ee1 |
children | e4244b3436ad e55d02ef6857 |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Aug 31 09:29:26 2022 +0200 +++ b/CMakeLists.txt Wed Aug 31 09:31:07 2022 +0200 @@ -21,7 +21,7 @@ project(OrthancDicomWeb) -set(ORTHANC_DICOM_WEB_VERSION "mainline") +set(ORTHANC_DICOM_WEB_VERSION "1.10") if (ORTHANC_DICOM_WEB_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/NEWS Wed Aug 31 09:29:26 2022 +0200 +++ b/NEWS Wed Aug 31 09:31:07 2022 +0200 @@ -1,5 +1,5 @@ -Pending changes in the mainline -=============================== +Version 1.10 (2022-08-30) +========================= * speed-up the /metadata routes by a factor of 2 when in "MainDicomTags" or "Extrapolate" mode.