# HG changeset patch # User Alain Mazy # Date 1664198697 -7200 # Node ID 2ebe20e3d9a86bb4b9cec3ec3ce010dcd2f5018b # Parent 317b31e99501af262a2c9a6d57d48d593827cce4 release 0.3.0 diff -r 317b31e99501 -r 2ebe20e3d9a8 CMakeLists.txt --- a/CMakeLists.txt Mon Sep 26 15:20:39 2022 +0200 +++ b/CMakeLists.txt Mon Sep 26 15:24:57 2022 +0200 @@ -19,7 +19,7 @@ project(OrthancAuthorization) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "0.3.0") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_VERSION "mainline") diff -r 317b31e99501 -r 2ebe20e3d9a8 NEWS --- a/NEWS Mon Sep 26 15:20:39 2022 +0200 +++ b/NEWS Mon Sep 26 15:24:57 2022 +0200 @@ -1,6 +1,3 @@ -Pending changes in the mainline -=============================== - 2022-09-26 - v 0.3.0 ====================