Mercurial > hg > orthanc-python
changeset 281:5e9435abe2ee OrthancPython-6.0
OrthancPython-6.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 12 Aug 2025 20:09:02 +0200 |
parents | 1f9a6ecb2e90 |
children | 8b408bda78e6 4567ac27701d |
files | CITATION.cff CMakeLists.txt NEWS |
diffstat | 3 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CITATION.cff Tue Aug 12 16:59:53 2025 +0200 +++ b/CITATION.cff Tue Aug 12 20:09:02 2025 +0200 @@ -10,5 +10,5 @@ doi: "10.1007/s10278-018-0082-y" license: "GPL-3.0-or-later" repository-code: "https://orthanc.uclouvain.be/hg/orthanc/" -version: 1.12.6 -date-released: 2025-01-22 +version: 1.12.9 +date-released: 2025-08-11
--- a/CMakeLists.txt Tue Aug 12 16:59:53 2025 +0200 +++ b/CMakeLists.txt Tue Aug 12 20:09:02 2025 +0200 @@ -25,7 +25,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPython) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "6.0") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")