# HG changeset patch # User Alain Mazy # Date 1764692087 -3600 # Node ID 81d837d7d20d5ea22b1828942f037ae9a225420f # Parent 06c5dc6c4f1e3bf131435e289aff18299e41c8f3 10.0 diff -r 06c5dc6c4f1e -r 81d837d7d20d PostgreSQL/CMakeLists.txt --- 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") diff -r 06c5dc6c4f1e -r 81d837d7d20d PostgreSQL/NEWS --- 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