# HG changeset patch # User Sebastien Jodogne # Date 1549293719 -3600 # Node ID c9eb54785de6b6437a4ba013aeb8642c0b93fc55 # Parent d4a995d2a726fcd845eaa3848ad1468990916e29# Parent ca0ecd4129888629d4da7e9e57687baff8022b21 integration OrthancMySQL-2.0 to mainline, to recover from commit in bad branch diff -r ca0ecd412988 -r c9eb54785de6 MySQL/CMakeLists.txt --- a/MySQL/CMakeLists.txt Mon Feb 04 16:03:17 2019 +0100 +++ b/MySQL/CMakeLists.txt Mon Feb 04 16:21:59 2019 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancMySQL) -set(ORTHANC_PLUGIN_VERSION "2.0") +set(ORTHANC_PLUGIN_VERSION "mainline") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_VERSION "mainline")