Mercurial > hg > orthanc-databases
changeset 51:e8ccb0f60b52
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 18 Jul 2018 13:39:21 +0200 |
parents | c9b042ca57a5 (current diff) f8a790919902 (diff) |
children | 842d4bf9524e |
files | |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MySQL/CMakeLists.txt Wed Jul 18 12:32:14 2018 +0200 +++ b/MySQL/CMakeLists.txt Wed Jul 18 13:39:21 2018 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancMySQL) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "1.1") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_VERSION "mainline")
--- a/MySQL/NEWS Wed Jul 18 12:32:14 2018 +0200 +++ b/MySQL/NEWS Wed Jul 18 13:39:21 2018 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Release 1.1 (2018-07-18) +======================== + * Compatibility with MySQL 8.0 * Improvement in the configuration of UNIX socket