# HG changeset patch # User Alain Mazy # Date 1717679521 -7200 # Node ID e1d3da37280570671cca54bc1307a2c0604af12b # Parent 659e40f5d19907b5297bc2221a05a79f5d86d9db# Parent 586b80ea397ce394407bcb694fb3314e01240e7d mainline -> MySQL 5.2 diff -r 586b80ea397c -r e1d3da372805 MySQL/CMakeLists.txt --- a/MySQL/CMakeLists.txt Thu Jun 06 14:43:38 2024 +0200 +++ b/MySQL/CMakeLists.txt Thu Jun 06 15:12:01 2024 +0200 @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancMySQL) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "5.2") # This is the preferred version of the Orthanc SDK for this plugin set(ORTHANC_SDK_DEFAULT_VERSION "1.12.0") diff -r 586b80ea397c -r e1d3da372805 Resources/CMake/DatabasesPluginConfiguration.cmake