Mercurial > hg > orthanc-databases
changeset 324:f4f1c925797e OrthancMySQL-4.2
OrthancMySQL-4.2
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 20 Jul 2021 17:05:33 +0200 |
parents | ae4c0c7b2254 |
children | e0b9abf98019 3451026ce7d0 |
files | MySQL/CMakeLists.txt MySQL/NEWS |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MySQL/CMakeLists.txt Tue Jul 20 15:58:35 2021 +0200 +++ b/MySQL/CMakeLists.txt Tue Jul 20 17:05:33 2021 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancMySQL) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "4.2") set(ORTHANC_OPTIMAL_VERSION_MAJOR 1) set(ORTHANC_OPTIMAL_VERSION_MINOR 9)
--- a/MySQL/NEWS Tue Jul 20 15:58:35 2021 +0200 +++ b/MySQL/NEWS Tue Jul 20 17:05:33 2021 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Release 4.2 (2021-07-20) +======================== + * Added missing calls to OrthancPluginDatabaseSignalDeletedResource()