exchange

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

commit e9bd3b75a72d91f804a81fd68f7cc5401cf5c3be
parent 1e15b2c5ad009b1b8f32dca03f346c8583887256
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 31 May 2026 22:05:20 +0200

bump SO version

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

diff --git a/meson.build b/meson.build @@ -304,7 +304,7 @@ if not get_option('only-doc') libltversions = [ - ['libtalerutil', '12:0:2'], + ['libtalerutil', '13:0:0'], ['libtalerjson', '7:0:3'], ['libtalercurl', '0:1:0'], ['libtalerpq', '0:1:0'], @@ -316,7 +316,7 @@ if not get_option('only-doc') ['libtalerkyclogic', '3:0:0'], ['libtalerexchangedb', '1:1:0'], ['libtalerauditordb', '0:1:0'], - ['libtalerexchange', '20:0:0'], + ['libtalerexchange', '21:0:0'], ['libtalerauditor', '0:0:0'], ['libtalertesting', '4:0:0'], ['libtalertwistertesting', '0:1:0'],