changeset 21:67dc0e5de125 0.2.2

v 0.2.2
author am@osimis.io
date Thu, 19 Jul 2018 15:06:37 +0200
parents 549d67db766c
children 0ccce27d5d38
files CMakeLists.txt NEWS
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)")
--- 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