changeset 12:bc49bd53a057

updated to version 0.2.0
author amazy
date Thu, 08 Mar 2018 20:47:25 +0100
parents 544732bbd87b
children a04367eab523 9ea9032050c7
files CMakeLists.txt NEWS
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Mar 08 20:42:27 2018 +0100
+++ b/CMakeLists.txt	Thu Mar 08 20:47:25 2018 +0100
@@ -19,7 +19,7 @@
 
 project(OrthancAuthorization)
 
-set(ORTHANC_AUTHORIZATION_VERSION "mainline")
+set(ORTHANC_AUTHORIZATION_VERSION "0.2.0")
 
 # Parameters of the build
 set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")
--- a/NEWS	Thu Mar 08 20:42:27 2018 +0100
+++ b/NEWS	Thu Mar 08 20:47:25 2018 +0100
@@ -2,6 +2,11 @@
 ===============================
 
 
+2018-03-08 - v 0.2.0
+====================
+
+* Added support for Osimis Web Viewer
+
 
 2017-03-22
 ==========