Mercurial > hg > orthanc-python
changeset 54:0dbc1360e829 OrthancPython-3.0
OrthancPython-3.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 09 Dec 2020 17:30:15 +0100 |
parents | 664a12539073 |
children | 434b46538b08 506b5f2669c7 |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Dec 09 17:00:51 2020 +0100 +++ b/CMakeLists.txt Wed Dec 09 17:30:15 2020 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPython) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "3.0") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/NEWS Wed Dec 09 17:00:51 2020 +0100 +++ b/NEWS Wed Dec 09 17:30:15 2020 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 3.0 (2020-12-09) +======================== + => Minimum SDK version: 1.8.1 <= * New Python function: "orthanc.RegisterIncomingHttpRequestFilter()"