changeset 4159:2e540919aac9 Orthanc-1.7.3

Orthanc-1.7.3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 23 Aug 2020 20:17:18 +0200
parents 32ac045109a6
children 77255a09883b e60136686470
files NEWS OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sun Aug 23 14:46:40 2020 +0200
+++ b/NEWS	Sun Aug 23 20:17:18 2020 +0200
@@ -1,9 +1,14 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.7.2 (2020-08-24)
+==========================
+
 REST API
 --------
 
+* API version upgraded to 8
 * "/peers/{id}/store": New option "Compress" to compress DICOM data using gzip
 * "OrthancPeerStore" jobs now report the transmitted size in their public content
 
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Sun Aug 23 14:46:40 2020 +0200
+++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Sun Aug 23 20:17:18 2020 +0200
@@ -23,7 +23,7 @@
 #####################################################################
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "mainline")
+set(ORTHANC_VERSION "1.7.3")
 
 # 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 "7")
+set(ORTHANC_API_VERSION "8")
 
 
 #####################################################################