Mercurial > hg > orthanc-databases
changeset 646:a3a6f41f4e30
back to mainline
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Thu, 27 Feb 2025 09:00:36 +0100 |
| parents | 3657d84703b9 (diff) ddc98844d931 (current diff) |
| children | f9e43680c480 |
| files | PostgreSQL/CMakeLists.txt PostgreSQL/NEWS |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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")
