exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit b3ef65c27d07271baf78c42a080b7df392655d78
parent 692b0944688504a3cdcde524eeb1cab3077189af
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri, 14 Aug 2026 22:46:56 +0200

add missing so-version bumps

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

diff --git a/meson.build b/meson.build @@ -282,7 +282,7 @@ if not get_option('only-doc') libltversions = [ ['libtalerutil', '17:0:3'], - ['libtalerjson', '9:0:5'], + ['libtalerjson', '10:0:6'], ['libtalercurl', '1:0:1'], ['libtalerpq', '1:0:0'], ['libtalersq', '0:0:0'], @@ -291,7 +291,7 @@ if not get_option('only-doc') ['libtalertemplating', '1:1:1'], ['libtalerbank', '6:0:0'], ['libtalerkyclogic', '3:0:0'], - ['libtalerexchangedb', '2:0:0'], + ['libtalerexchangedb', '3:0:0'], ['libtalerauditordb', '1:0:0'], ['libtalerexchange', '24:0:2'], ['libtalerauditor', '1:0:1'],