# HG changeset patch # User Alain Mazy # Date 1687873889 -7200 # Node ID f0462b26af84df06cff01595f577470d5b80a904 # Parent 2791f0da61c7e461d9ac80c0b1b6af759c14f634 MySQL 5.1 diff -r 2791f0da61c7 -r f0462b26af84 MySQL/CMakeLists.txt --- a/MySQL/CMakeLists.txt Tue Jun 27 15:49:21 2023 +0200 +++ b/MySQL/CMakeLists.txt Tue Jun 27 15:51:29 2023 +0200 @@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancMySQL) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "5.1") set(ORTHANC_OPTIMAL_VERSION_MAJOR 1) set(ORTHANC_OPTIMAL_VERSION_MINOR 12)