From 26b35490e566c929ae78b148beada06c14b55666 Mon Sep 17 00:00:00 2001 From: Hans Zandbelt Date: Tue, 9 Oct 2018 07:35:02 +0200 Subject: [PATCH] version 1.0.0: update to RFC8471 and RFC8472 Signed-off-by: Hans Zandbelt --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 739e42f..91d904a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +10/9/2018 +- update to RFC8471 and RFC8472 +- version 1.0.0 + 09/26/2018 - printout TB cache status - add PHP sample application to README.md diff --git a/configure.ac b/configure.ac index f4bb822..cbecf64 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mod_token_binding],[0.5.1],[hans.zandbelt@zmartzone.eu]) +AC_INIT([mod_token_binding],[1.0.0],[hans.zandbelt@zmartzone.eu]) AC_SUBST(NAMEVER, AC_PACKAGE_TARNAME()-AC_PACKAGE_VERSION())