# HG changeset patch # User Alain Mazy # Date 1715854878 -7200 # Node ID 5adf2e1186ab2c0a6676e0b072d102ac2598136e # Parent a8408ef2b2d87b07d2dfe9f8a28d68b2f3072ced 4.2 diff -r a8408ef2b2d8 -r 5adf2e1186ab CMakeLists.txt --- 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") diff -r a8408ef2b2d8 -r 5adf2e1186ab NEWS --- 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