# HG changeset patch # User am@osimis.io # Date 1534174559 -7200 # Node ID 785b0181ee29b6ea8edfcd4166d6d2ac6df93f00 # Parent 335e4d25b4be46af2696f0ed78aa112a53e2d9d9 v 0.2.3 diff -r 335e4d25b4be -r 785b0181ee29 CMakeLists.txt --- a/CMakeLists.txt Fri Jul 20 15:20:03 2018 +0200 +++ b/CMakeLists.txt Mon Aug 13 17:35:59 2018 +0200 @@ -19,7 +19,7 @@ project(OrthancAuthorization) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "0.2.3") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_VERSION "mainline") diff -r 335e4d25b4be -r 785b0181ee29 NEWS --- a/NEWS Fri Jul 20 15:20:03 2018 +0200 +++ b/NEWS Mon Aug 13 17:35:59 2018 +0200 @@ -1,10 +1,17 @@ Pending changes in the mainline =============================== -* Added automated build +2018-08-13 - v 0.2.3 +==================== + * Compatibility with Linux Standard Base * Now using the Orthanc framework +2018-07-19 - v 0.2.2 +==================== + +* Added automated build + 2018-03-09 - v 0.2.1 ====================