aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-04-11 07:24:03 +0000
committerWerner Koch <[email protected]>2018-04-11 07:24:03 +0000
commitc3825327da826e434ada9abde34e6bbd7ef61737 (patch)
tree48794c9a24f0c75879158f41bf2aa0282d5d78cd /configure.ac
parentdoc: Beautify comments in gpg-error.h. (diff)
downloadlibgpg-error-gpgrt-1.29.tar.gz
libgpg-error-gpgrt-1.29.zip
* configure.ac: Bump LT version to C24/A24/R0. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0214fb6..5328af4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,8 +49,8 @@ AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org])
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
# Note that added error codes don't constitute an interface change.
-LIBGPG_ERROR_LT_CURRENT=23
-LIBGPG_ERROR_LT_AGE=23
+LIBGPG_ERROR_LT_CURRENT=24
+LIBGPG_ERROR_LT_AGE=24
LIBGPG_ERROR_LT_REVISION=0
################################################