# HG changeset patch # User Alain Mazy # Date 1707919604 -3600 # Node ID b363f94084c083bb60fc29826c085c2c3b387b1d # Parent 15e609c439d18c01f87eb76bc1fcfc07e46ae068 6.1 diff -r 15e609c439d1 -r b363f94084c0 PostgreSQL/CMakeLists.txt --- 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") diff -r 15e609c439d1 -r b363f94084c0 PostgreSQL/NEWS --- 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)