Mercurial > hg > orthanc-databases
changeset 805:f3a5e814d752 OrthancPostgreSQL-10.1
10.1
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Tue, 14 Apr 2026 12:40:09 +0200 |
| parents | 1f93acd88206 |
| children | b492e1535737 99f9e7d6b708 |
| files | PostgreSQL/CMakeLists.txt PostgreSQL/NEWS |
| diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/PostgreSQL/CMakeLists.txt Tue Apr 14 07:16:36 2026 +0200 +++ b/PostgreSQL/CMakeLists.txt Tue Apr 14 12:40:09 2026 +0200 @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 2.8...4.0) project(OrthancPostgreSQL) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "10.1") # This is the preferred version of the Orthanc SDK for this plugin set(ORTHANC_SDK_DEFAULT_VERSION "1.12.10")
--- a/PostgreSQL/NEWS Tue Apr 14 07:16:36 2026 +0200 +++ b/PostgreSQL/NEWS Tue Apr 14 12:40:09 2026 +0200 @@ -1,5 +1,5 @@ -Pending changes in the mainline -=============================== +Release 10.1 (2026-04-14) +========================= Changes: * In tools/find, filtering against "LabelsConstraint": "None" with an empty "Labels" list
