aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-06-18 13:48:53 +0000
committerWerner Koch <[email protected]>2024-06-18 13:48:53 +0000
commit0351ecfa4f35ad44684075abec153574986b11bd (patch)
tree5769e32a928ee65f7ddeecf833e8412e48df80cc /configure.ac
parentAdd release targets (diff)
downloadlibassuan-3.0.0.tar.gz
libassuan-3.0.0.zip
Release 3.0.0libassuan-3.0.0
* configure.ac: Set LT age to zero because we really have an API change. Note that Current was already bumped up.
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2ab95dc..6c291cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,7 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org])
# (Interfaces removed/changed: AGE=0)
#
LIBASSUAN_LT_CURRENT=9
-LIBASSUAN_LT_AGE=9
+LIBASSUAN_LT_AGE=0
LIBASSUAN_LT_REVISION=0
# If the API is changed in an incompatible way: increment the next counter.