comparison MySQL/CMakeLists.txt @ 422:f0462b26af84 OrthancMySQL-5.1

MySQL 5.1
author Alain Mazy <am@osimis.io>
date Tue, 27 Jun 2023 15:51:29 +0200
parents afb30d17f090
children 9249064b675b
comparison
equal deleted inserted replaced
421:2791f0da61c7 422:f0462b26af84
19 19
20 20
21 cmake_minimum_required(VERSION 2.8) 21 cmake_minimum_required(VERSION 2.8)
22 project(OrthancMySQL) 22 project(OrthancMySQL)
23 23
24 set(ORTHANC_PLUGIN_VERSION "mainline") 24 set(ORTHANC_PLUGIN_VERSION "5.1")
25 25
26 set(ORTHANC_OPTIMAL_VERSION_MAJOR 1) 26 set(ORTHANC_OPTIMAL_VERSION_MAJOR 1)
27 set(ORTHANC_OPTIMAL_VERSION_MINOR 12) 27 set(ORTHANC_OPTIMAL_VERSION_MINOR 12)
28 set(ORTHANC_OPTIMAL_VERSION_REVISION 0) 28 set(ORTHANC_OPTIMAL_VERSION_REVISION 0)
29 29