taler-mailbox

Service for asynchronous wallet-to-wallet payment messages
Log | Files | Refs | Submodules | README | LICENSE

commit 09b5ddab1cf36bede46f2acc0336c64ef6099505
parent 29b45b3bac46c02e89a39703e10b3c3420fdeaa2
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Sun, 27 Apr 2025 07:41:40 +0200

debug

Diffstat:
Mconfigure | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/configure b/configure @@ -14,6 +14,7 @@ generated_comment="# This file was generated by configure. DO NOT edit it direct if [ -d ".git" ]; then detected_version=`git describe --tags` + echo "Found git tag ${detected_version}" detected_version=${detected_version:1} else dirnm=${PWD##*/}