Mercurial > hg > orthanc
changeset 4963:7ae27bc1f4bb Orthanc-1.10.1
Orthanc-1.10.1
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 Mar 2022 16:37:45 +0100 |
parents | 29bcc3f47f2a |
children | c76eb3cedcf0 29da977349c0 |
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 Wed Mar 23 12:19:59 2022 +0100 +++ b/CITATION.cff Wed Mar 23 16:37:45 2022 +0100 @@ -10,5 +10,5 @@ doi: "10.1007/s10278-018-0082-y" license: "GPL-3.0-or-later" repository-code: "https://hg.orthanc-server.com/orthanc/" -version: 1.10.0 -date-released: 2022-02-23 +version: 1.10.1 +date-released: 2022-03-23
--- a/NEWS Wed Mar 23 12:19:59 2022 +0100 +++ b/NEWS Wed Mar 23 16:37:45 2022 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 1.10.1 (2022-03-23) +=========================== + General -------
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Wed Mar 23 12:19:59 2022 +0100 +++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Wed Mar 23 16:37:45 2022 +0100 @@ -24,7 +24,7 @@ ##################################################################### # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "mainline") +set(ORTHANC_VERSION "1.10.1") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning