# HG changeset patch # User am@osimis.io # Date 1532005597 -7200 # Node ID 67dc0e5de125204a46eac390f8d1db64316e1a1d # Parent 549d67db766c1114ca498f14e77452263236795f v 0.2.2 diff -r 549d67db766c -r 67dc0e5de125 CMakeLists.txt --- a/CMakeLists.txt Thu Jul 19 15:04:50 2018 +0200 +++ b/CMakeLists.txt Thu Jul 19 15:06:37 2018 +0200 @@ -19,7 +19,7 @@ project(OrthancAuthorization) -set(ORTHANC_AUTHORIZATION_VERSION "0.2.1") +set(ORTHANC_AUTHORIZATION_VERSION "0.2.2") # Parameters of the build set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)") diff -r 549d67db766c -r 67dc0e5de125 NEWS --- a/NEWS Thu Jul 19 15:04:50 2018 +0200 +++ b/NEWS Thu Jul 19 15:06:37 2018 +0200 @@ -1,6 +1,9 @@ Pending changes in the mainline =============================== +2018-07-19 - v 0.2.2 +==================== + * Added automated build 2018-03-09 - v 0.2.1