Mercurial > hg > orthanc-python
changeset 222:850b56948b9c
back to mainline
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Thu, 04 Jul 2024 09:40:21 +0200 |
| parents | 7ecdfdcb49d5 (diff) 8e127a46128e (current diff) |
| children | 9363da60c3c3 |
| files | CMakeLists.txt |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Thu Jul 04 09:37:44 2024 +0200 +++ b/CMakeLists.txt Thu Jul 04 09:40:21 2024 +0200 @@ -25,7 +25,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPython) -set(PLUGIN_VERSION "4.3") +set(PLUGIN_VERSION "mainline") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
