changeset 282:f052e1d7cf8c OrthancMySQL-4.0

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Apr 2021 09:57:16 +0200
parents dfaede12519a
children e7678a7b10bb ba4eb85e3283
files MySQL/CMakeLists.txt MySQL/NEWS
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/MySQL/CMakeLists.txt	Fri Apr 23 09:51:14 2021 +0200
+++ b/MySQL/CMakeLists.txt	Fri Apr 23 09:57:16 2021 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8)
 project(OrthancMySQL)
 
-set(ORTHANC_PLUGIN_VERSION "mainline")
+set(ORTHANC_PLUGIN_VERSION "4.0")
 
 set(ORTHANC_OPTIMAL_VERSION_MAJOR    1)
 set(ORTHANC_OPTIMAL_VERSION_MINOR    9)
--- a/MySQL/NEWS	Fri Apr 23 09:51:14 2021 +0200
+++ b/MySQL/NEWS	Fri Apr 23 09:57:16 2021 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Release 4.0 (2021-04-23)
+========================
+
 * New option "IndexConnectionsCount" to control how many simultaneous
   connections to the MySQL database are used by the index plugin
 * Support of multiple readers/writers, by handling retries from Orthanc SDK 1.9.2