Mercurial > hg > orthanc-authorization
changeset 25:785b0181ee29 0.2.3
v 0.2.3
author | am@osimis.io |
---|---|
date | Mon, 13 Aug 2018 17:35:59 +0200 |
parents | 335e4d25b4be |
children | 62c08aa2d4a9 36226872c7c2 |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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")
--- 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 ====================