changeset 474:b363f94084c0 OrthancPostgreSQL-6.1

6.1
author Alain Mazy <am@osimis.io>
date Wed, 14 Feb 2024 15:06:44 +0100
parents 15e609c439d1
children 97c709e400ec c9a83afd6fd8
files PostgreSQL/CMakeLists.txt PostgreSQL/NEWS
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/PostgreSQL/CMakeLists.txt	Wed Feb 14 13:46:04 2024 +0100
+++ b/PostgreSQL/CMakeLists.txt	Wed Feb 14 15:06:44 2024 +0100
@@ -21,7 +21,7 @@
 cmake_minimum_required(VERSION 2.8)
 project(OrthancPostgreSQL)
 
-set(ORTHANC_PLUGIN_VERSION "mainline")
+set(ORTHANC_PLUGIN_VERSION "6.1")
 
 set(ORTHANC_SDK_DEFAULT_VERSION "1.12.3")
 
--- a/PostgreSQL/NEWS	Wed Feb 14 13:46:04 2024 +0100
+++ b/PostgreSQL/NEWS	Wed Feb 14 15:06:44 2024 +0100
@@ -1,9 +1,9 @@
-Pending changes in the mainline
-===============================
+Release 6.1 (2024-02-14)
+========================
 
 DB schema revision: 2
 
-* Fixed the MaximumStorageSize & MaximumPatientCount.
+* Fixed handling of MaximumStorageSize & MaximumPatientCount.
 
 
 Release 6.0 (2024-02-08)