challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit 8f0d47a17a2badd15ce0c836ee564f52cc1bc29d
parent df3119cab7a57ea1c0765566da4da8f999e19a87
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  9 Apr 2024 12:43:27 +0200

bump configure version

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -4,7 +4,7 @@ # This configure file is in the public domain AC_PREREQ([2.69]) -AC_INIT([challenger],[0.9.4a],[taler-bug@gnu.org]) +AC_INIT([challenger],[0.10.0],[taler-bug@gnu.org]) AC_CONFIG_SRCDIR([src/challenger/challenger-httpd.c]) AC_CONFIG_HEADERS([challenger_config.h]) # support for non-recursive builds