Mercurial > hg > orthanc-databases
changeset 731:94fd54721752
back to mainline
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Wed, 13 Aug 2025 10:10:06 +0200 |
| parents | 9f41a8c94f9c (diff) ae6dabec9af7 (current diff) |
| children | 36a92a4f0c34 |
| files | PostgreSQL/CMakeLists.txt |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/PostgreSQL/CMakeLists.txt Wed Aug 13 10:09:26 2025 +0200 +++ b/PostgreSQL/CMakeLists.txt Wed Aug 13 10:10:06 2025 +0200 @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 2.8...4.0) project(OrthancPostgreSQL) -set(ORTHANC_PLUGIN_VERSION "9.0") +set(ORTHANC_PLUGIN_VERSION "mainline") # This is the preferred version of the Orthanc SDK for this plugin set(ORTHANC_SDK_DEFAULT_VERSION "1.12.9")
