From 105cdd6c1cbc5e5889669e29a3c9fcbebdce55f9 Mon Sep 17 00:00:00 2001 From: Gary Lockyer Date: Thu, 13 Dec 2018 14:48:46 +1300 Subject: [PATCH] auth log: Increment Authentication version Update the minor version of the Authorisation to reflect the addition of the "eventId" and "logonType" elements. Signed-off-by: Gary Lockyer Reviewed-by: Andrew Bartlett --- auth/auth_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/auth_log.c b/auth/auth_log.c index 6eebbfc706f..8f1ae61a99e 100644 --- a/auth/auth_log.c +++ b/auth/auth_log.c @@ -41,7 +41,7 @@ * increment the major version. */ #define AUTH_MAJOR 1 -#define AUTH_MINOR 0 +#define AUTH_MINOR 1 #define AUTHZ_MAJOR 1 #define AUTHZ_MINOR 1