Mercurial > hg > orthanc-databases
changeset 835:72d6105363ad OrthancPostgreSQL-10.3
PG 10.3
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Wed, 19 Aug 2026 10:08:42 +0200 |
| parents | 856861bebd74 |
| children | 2ef3d2ce4905 |
| files | PostgreSQL/CMakeLists.txt PostgreSQL/NEWS |
| diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/PostgreSQL/CMakeLists.txt Wed Aug 19 09:07:29 2026 +0200 +++ b/PostgreSQL/CMakeLists.txt Wed Aug 19 10:08:42 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.3") # This is the preferred version of the Orthanc SDK for this plugin set(ORTHANC_SDK_DEFAULT_VERSION "1.13.0")
--- a/PostgreSQL/NEWS Wed Aug 19 09:07:29 2026 +0200 +++ b/PostgreSQL/NEWS Wed Aug 19 10:08:42 2026 +0200 @@ -1,5 +1,5 @@ -Pending changes in the mainline -=============================== +Release 10.3 (2026-08-19) +========================= Minimum plugin SDK (for build): 1.12.5 Optimal plugin SDK (for build): 1.13.0
