challenger

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

commit 7cedfe0b4d87d08ee3455ef9e434c79701941349
parent ef5366d53f5900d43bc297ec203f911573e94c8a
Author: Florian Dold <florian@dold.me>
Date:   Wed,  7 May 2025 22:42:18 +0200

-fix script

Diffstat:
Mcontrib/bump-version | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/contrib/bump-version b/contrib/bump-version @@ -47,13 +47,13 @@ EOF echo "debian/changelog ${VERSION}" } -function doc_doxygen_taler_doxy { +function doc_doxygen_challenger_doxy { updated doc/doxygen/taler.doxy || return 0 - sed -i "/PROJECT_NUMBER/s/= \(.*\)/= ${VERSION}/" doc/doxygen/taler.doxy - echo "doc/doxygen/taler.doxy ${VERSION}" + sed -i "/PROJECT_NUMBER/s/= \(.*\)/= ${VERSION}/" doc/doxygen/challenger.doxy + echo "doc/doxygen/challenger.doxy ${VERSION}" } configure_ac debian_changelog -doc_doxygen_taler_doxy +doc_doxygen_challenger_doxy