Mercurial > hg > orthanc-databases
changeset 785:81d837d7d20d OrthancPostgreSQL-10.0
10.0
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Tue, 02 Dec 2025 17:14:47 +0100 |
| parents | 06c5dc6c4f1e |
| children | 7d3780b24210 |
| files | PostgreSQL/CMakeLists.txt PostgreSQL/NEWS |
| diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/PostgreSQL/CMakeLists.txt Tue Dec 02 17:13:01 2025 +0100 +++ b/PostgreSQL/CMakeLists.txt Tue Dec 02 17:14:47 2025 +0100 @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 2.8...4.0) project(OrthancPostgreSQL) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "10.0") # This is the preferred version of the Orthanc SDK for this plugin set(ORTHANC_SDK_DEFAULT_VERSION "1.12.10")
--- a/PostgreSQL/NEWS Tue Dec 02 17:13:01 2025 +0100 +++ b/PostgreSQL/NEWS Tue Dec 02 17:14:47 2025 +0100 @@ -1,7 +1,7 @@ -Pending changes in the mainline -=============================== +Release 10.0 (2025-12-02) +========================= -DB schema revision: 10 +DB schema revision: 10 (skipped version 7, 8 and 9 to sync revision with plugin version) Minimum plugin SDK (for build): 1.12.5 Optimal plugin SDK (for build): 1.12.10 Minimum Orthanc runtime: 1.12.5
