Mercurial > hg > orthanc-databases
changeset 52:842d4bf9524e
fix mainline version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 18 Jul 2018 13:39:48 +0200 |
parents | e8ccb0f60b52 |
children | 71eca9b0442a |
files | MySQL/CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MySQL/CMakeLists.txt Wed Jul 18 13:39:21 2018 +0200 +++ b/MySQL/CMakeLists.txt Wed Jul 18 13:39:48 2018 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancMySQL) -set(ORTHANC_PLUGIN_VERSION "1.1") +set(ORTHANC_PLUGIN_VERSION "mainline") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_VERSION "mainline")