Mercurial > hg > orthanc-python
changeset 159:24b68f1977bd
back to mainline
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 16 May 2024 12:21:55 +0200 |
parents | a8408ef2b2d8 (diff) 5adf2e1186ab (current diff) |
children | a5162d8bd2d4 |
files | CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Thu May 16 12:21:18 2024 +0200 +++ b/CMakeLists.txt Thu May 16 12:21:55 2024 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPython) -set(PLUGIN_VERSION "4.2") +set(PLUGIN_VERSION "mainline") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")