comparison MySQL/CMakeLists.txt @ 292:a6b5a9e915ef OrthancMySQL-4.1

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Jun 2021 09:12:02 +0200
parents 772fa76cddf8
children d5f1c9498a84 adb5e86645a6
comparison
equal deleted inserted replaced
291:1f5b11661bf5 292:a6b5a9e915ef
1 cmake_minimum_required(VERSION 2.8) 1 cmake_minimum_required(VERSION 2.8)
2 project(OrthancMySQL) 2 project(OrthancMySQL)
3 3
4 set(ORTHANC_PLUGIN_VERSION "mainline") 4 set(ORTHANC_PLUGIN_VERSION "4.1")
5 5
6 set(ORTHANC_OPTIMAL_VERSION_MAJOR 1) 6 set(ORTHANC_OPTIMAL_VERSION_MAJOR 1)
7 set(ORTHANC_OPTIMAL_VERSION_MINOR 9) 7 set(ORTHANC_OPTIMAL_VERSION_MINOR 9)
8 set(ORTHANC_OPTIMAL_VERSION_REVISION 2) 8 set(ORTHANC_OPTIMAL_VERSION_REVISION 2)
9 9