Mercurial > hg > orthanc
changeset 4489:3fd0bf1cb361 Orthanc-1.9.0
Orthanc-1.9.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 29 Jan 2021 10:12:06 +0100 |
parents | 50b3f4c8107e |
children | e8800a0c6cb3 |
files | NEWS OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Fri Jan 29 09:46:47 2021 +0100 +++ b/NEWS Fri Jan 29 10:12:06 2021 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 1.9.0 (2021-01-29) +========================== + General ------- @@ -29,6 +33,7 @@ REST API -------- +* API version upgraded to 9 * "/tools/accepted-transfer-syntaxes": Get/set transfer syntaxes accepted by Orthanc C-STORE SCP * "/tools/unknown-sop-class-accepted": Get/set whether C-STORE SCP accepts unknown SOP class UID * "/modalities/{...}/query": New string argument "LocalAet"
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Fri Jan 29 09:46:47 2021 +0100 +++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Fri Jan 29 10:12:06 2021 +0100 @@ -23,7 +23,7 @@ ##################################################################### # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "mainline") +set(ORTHANC_VERSION "1.9.0") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning @@ -37,7 +37,7 @@ # Version of the Orthanc API, can be retrieved from "/system" URI in # order to check whether new URI endpoints are available even if using # the mainline version of Orthanc -set(ORTHANC_API_VERSION "9") +set(ORTHANC_API_VERSION "10") #####################################################################