merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit d323e5cd2673dc0664623841463807ebde197b22
parent c0a12500e1d4931f45e53d7de15cd173adca8209
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri, 14 Aug 2026 23:34:27 +0200

missing ABI bump

Diffstat:
Mmeson.build | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meson.build b/meson.build @@ -335,10 +335,10 @@ if not get_option('only-doc') libltversions = [ - ['libtalermerchant', '9:0:1'], + ['libtalermerchant', '10:0:0'], ['libtalermerchantutil', '1:1:1'], ['libtalermerchantbank', '0:1:0'], - ['libtalermerchantdb', '6:0:1'], + ['libtalermerchantdb', '7:0:0'], ['libtalermerchanttesting', '4:1:1'], ]