Mercurial > hg > orthanc-databases
changeset 494:3b02322697b3 OrthancPostgreSQL-6.2
PG 6.2
| author | Alain Mazy <am@osimis.io> |
|---|---|
| date | Mon, 25 Mar 2024 13:06:15 +0100 |
| parents | 0a8168522165 |
| children | 7774958d2a02 233e5be04035 |
| files | PostgreSQL/CMakeLists.txt PostgreSQL/NEWS |
| diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/PostgreSQL/CMakeLists.txt Fri Mar 22 15:27:59 2024 +0100 +++ b/PostgreSQL/CMakeLists.txt Mon Mar 25 13:06:15 2024 +0100 @@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPostgreSQL) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "6.2") # This is the preferred version of the Orthanc SDK for this plugin set(ORTHANC_SDK_DEFAULT_VERSION "1.12.3")
