# HG changeset patch
# User Alain Mazy <am@orthanc.team>
# Date 1740643167 -3600
# Node ID ddc98844d931d753321da2a8086674ab4613de99
# Parent  3657d84703b95f8999a0f2d9585bd6dc4562b6f4
PG 7.2

diff -r 3657d84703b9 -r ddc98844d931 PostgreSQL/CMakeLists.txt
--- a/PostgreSQL/CMakeLists.txt	Thu Feb 20 12:39:54 2025 +0100
+++ b/PostgreSQL/CMakeLists.txt	Thu Feb 27 08:59:27 2025 +0100
@@ -22,7 +22,7 @@
 cmake_minimum_required(VERSION 2.8)
 project(OrthancPostgreSQL)
 
-set(ORTHANC_PLUGIN_VERSION "mainline")
+set(ORTHANC_PLUGIN_VERSION "7.2")
 
 # This is the preferred version of the Orthanc SDK for this plugin
 set(ORTHANC_SDK_DEFAULT_VERSION "1.12.5")
diff -r 3657d84703b9 -r ddc98844d931 PostgreSQL/NEWS
--- a/PostgreSQL/NEWS	Thu Feb 20 12:39:54 2025 +0100
+++ b/PostgreSQL/NEWS	Thu Feb 27 08:59:27 2025 +0100
@@ -1,5 +1,5 @@
-Pending changes in the mainline
-===============================
+Release 7.2 (2025-02-27)
+========================
 
 DB schema revision: 4
 Minimum plugin SDK (for build): 1.12.5