diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-04-08 20:11:47 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-04-08 20:11:47 +0200 |
commit | 117b253d82ca6b4ba8e69a47aed48d61bfd84aba (patch) | |
tree | f1aa38629ca79294ba79187a46ba83ccfd0d693c /src/util | |
parent | 5733aae043238efae13023ef6f209938e63382a4 (diff) |
-bump for crash fix
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 2aea6b689..ed3f382d3 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -120,7 +120,7 @@ libtalerutil_la_LIBADD = \ -lm libtalerutil_la_LDFLAGS = \ - -version-info 3:1:2 \ + -version-info 3:2:2 \ -no-undefined |