Mercurial > hg > orthanc-python
changeset 158:5adf2e1186ab OrthancPython-4.2
4.2
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 16 May 2024 12:21:18 +0200 |
parents | a8408ef2b2d8 |
children | 24b68f1977bd 519e285ce627 |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Thu May 16 10:38:22 2024 +0200 +++ b/CMakeLists.txt Thu May 16 12:21:18 2024 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPython) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "4.2") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/NEWS Thu May 16 10:38:22 2024 +0200 +++ b/NEWS Thu May 16 12:21:18 2024 +0200 @@ -1,5 +1,5 @@ -Pending changes in the mainline -=============================== +Version 4.2 (2024-05-16) +======================== * Fix signature of "orthanc.RestOutput.SendHttpStatus()" * Added orthanc.RegisterMoveCallback2() that takes 4 callbacks like the