# HG changeset patch # User Alain Mazy # Date 1740643236 -3600 # Node ID a3a6f41f4e30719026e6f668fec2898a137ccf6d # Parent 3657d84703b95f8999a0f2d9585bd6dc4562b6f4# Parent ddc98844d931d753321da2a8086674ab4613de99 back to mainline diff -r ddc98844d931 -r a3a6f41f4e30 PostgreSQL/CMakeLists.txt --- a/PostgreSQL/CMakeLists.txt Thu Feb 27 08:59:27 2025 +0100 +++ b/PostgreSQL/CMakeLists.txt Thu Feb 27 09:00:36 2025 +0100 @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPostgreSQL) -set(ORTHANC_PLUGIN_VERSION "7.2") +set(ORTHANC_PLUGIN_VERSION "mainline") # This is the preferred version of the Orthanc SDK for this plugin set(ORTHANC_SDK_DEFAULT_VERSION "1.12.5") diff -r ddc98844d931 -r a3a6f41f4e30 PostgreSQL/NEWS --- a/PostgreSQL/NEWS Thu Feb 27 08:59:27 2025 +0100 +++ b/PostgreSQL/NEWS Thu Feb 27 09:00:36 2025 +0100 @@ -1,3 +1,8 @@ +Pending changes in the mainline +=============================== + + + Release 7.2 (2025-02-27) ========================