Mercurial > hg > orthanc
changeset 6092:a30cc2fa7250 Orthanc-1.12.7
Orthanc-1.12.7
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 07 Apr 2025 11:11:33 +0200 (3 weeks ago) |
parents | 9665952758f3 |
children | 3028d158c165 |
files | CITATION.cff NEWS OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake |
diffstat | 3 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CITATION.cff Mon Apr 07 09:18:13 2025 +0200 +++ b/CITATION.cff Mon Apr 07 11:11:33 2025 +0200 @@ -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.6 -date-released: 2025-01-22 +version: 1.12.7 +date-released: 2025-04-07
--- a/NEWS Mon Apr 07 09:18:13 2025 +0200 +++ b/NEWS Mon Apr 07 11:11:33 2025 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 1.12.7 (2025-04-07) +=========================== + REST API --------
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Mon Apr 07 09:18:13 2025 +0200 +++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Mon Apr 07 11:11:33 2025 +0200 @@ -25,7 +25,7 @@ ##################################################################### # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "mainline") +set(ORTHANC_VERSION "1.12.7") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning