comparison MySQL/CMakeLists.txt @ 191:206f8c616b80 OrthancMySQL-3.0

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Dec 2020 16:23:36 +0100
parents 2f94b2046d7c
children 031aee96d2da
comparison
equal deleted inserted replaced
190:22a8a6d5ed82 191:206f8c616b80
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 "3.0")
5 5
6 set(ORTHANC_OPTIMAL_VERSION_MAJOR 1) 6 set(ORTHANC_OPTIMAL_VERSION_MAJOR 1)
7 set(ORTHANC_OPTIMAL_VERSION_MINOR 5) 7 set(ORTHANC_OPTIMAL_VERSION_MINOR 5)
8 set(ORTHANC_OPTIMAL_VERSION_REVISION 4) 8 set(ORTHANC_OPTIMAL_VERSION_REVISION 4)
9 9