Mercurial > hg > orthanc-volview
changeset 28:a26f5e7d8b28
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 17 Jan 2025 17:57:20 +0100 (4 months ago) |
parents | fa861cc5f866 (current diff) ffd136e649f9 (diff) |
children | 963d42f5bbe7 |
files | CMakeLists.txt |
diffstat | 3 files changed, 9 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/CITATION.cff Fri Jan 17 16:52:19 2025 +0100 +++ b/CITATION.cff Fri Jan 17 17:57:20 2025 +0100 @@ -10,5 +10,5 @@ doi: "10.1007/s10278-018-0082-y" license: "GPL-3.0-or-later" repository-code: "https://orthanc.uclouvain.be/hg/orthanc/" -version: 1.12.3 -date-released: 2024-01-31 +version: 1.12.5 +date-released: 2024-12-17
--- a/CMakeLists.txt Fri Jan 17 16:52:19 2025 +0100 +++ b/CMakeLists.txt Fri Jan 17 17:57:20 2025 +0100 @@ -28,7 +28,7 @@ set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.0") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.5") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()
--- a/NEWS Fri Jan 17 16:52:19 2025 +0100 +++ b/NEWS Fri Jan 17 17:57:20 2025 +0100 @@ -1,8 +1,12 @@ Pending changes in the mainline =============================== -* Upgrade to VolView tag 4.3.0 (commit a76e8fb). Note that the VolView about - box displays version 4.2.0. + +Version 1.2 (2025-01-17) +======================== + +* Upgrade to VolView tag 4.3.0 (commit a76e8fb). + Note that the VolView "About" box still displays version 4.2.0. * Patch to make the build of static assets reproducible, following a suggestion by Bernhard M. Wiedemann (bwiedemann@suse.de)