# HG changeset patch # User Alain Mazy # Date 1707405516 -3600 # Node ID d1e1cb3ab741b0a17cde275f1a9e639a30e64613 # Parent 11c6bcc9d1f2ceaf2d2c83bd6ceb4f9b5d870232# Parent 19d40a152e49ea0c3d96796a550660bc172e1dd8 back to mainline diff -r 19d40a152e49 -r d1e1cb3ab741 PostgreSQL/CMakeLists.txt --- a/PostgreSQL/CMakeLists.txt Thu Feb 08 16:17:13 2024 +0100 +++ b/PostgreSQL/CMakeLists.txt Thu Feb 08 16:18:36 2024 +0100 @@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPostgreSQL) -set(ORTHANC_PLUGIN_VERSION "6.0") +set(ORTHANC_PLUGIN_VERSION "mainline") set(ORTHANC_SDK_DEFAULT_VERSION "1.12.3") diff -r 19d40a152e49 -r d1e1cb3ab741 PostgreSQL/NEWS --- a/PostgreSQL/NEWS Thu Feb 08 16:17:13 2024 +0100 +++ b/PostgreSQL/NEWS Thu Feb 08 16:18:36 2024 +0100 @@ -1,3 +1,7 @@ +Pending changes in the mainline +=============================== + + Release 6.0 (2024-02-08) ========================