exchange

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

commit 3200ddc5e81a2bc0f08d254caf66d15b78dbcff6
parent 9525fe80a76d8c5d74cf4cb79f7208f4c7756f9e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 12 Jul 2026 09:33:42 +0200

proper version bump of shared libs

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

diff --git a/meson.build b/meson.build @@ -281,7 +281,7 @@ if not get_option('only-doc') libltversions = [ - ['libtalerutil', '13:0:0'], + ['libtalerutil', '14:0:0'], ['libtalerjson', '7:0:3'], ['libtalercurl', '0:1:0'], ['libtalerpq', '1:0:0'], @@ -289,11 +289,11 @@ if not get_option('only-doc') ['libtalermhd', '8:0:1'], ['libtalermhd2', '0:0:0'], ['libtalertemplating', '1:1:1'], - ['libtalerbank', '5:0:1'], + ['libtalerbank', '6:0:0'], ['libtalerkyclogic', '3:0:0'], ['libtalerexchangedb', '1:1:0'], ['libtalerauditordb', '0:1:0'], - ['libtalerexchange', '21:0:0'], + ['libtalerexchange', '22:0:0'], ['libtalerauditor', '0:0:0'], ['libtalertesting', '4:0:0'], ['libtalertwistertesting', '0:1:0'],