summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2021-03-22 11:39:05 +0100
committerWerner Koch <wk@gnupg.org>2021-03-22 11:39:05 +0100
commit303062bf9a383de67227ff942c5482f3a87c71ed (patch)
tree6073e0afacd12ac93c490134e6bb21a9a4d44b62 /configure.ac
parent7f21de28d9d5ee0e641c4e8e25fc2da1071478d1 (diff)
downloadlibgpg-error-303062bf9a383de67227ff942c5482f3a87c71ed.tar.gz
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7ec21b6..c0aab53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,9 +49,9 @@ 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=31
-LIBGPG_ERROR_LT_AGE=31
-LIBGPG_ERROR_LT_REVISION=1
+LIBGPG_ERROR_LT_CURRENT=32
+LIBGPG_ERROR_LT_AGE=32
+LIBGPG_ERROR_LT_REVISION=0
################################################
AC_SUBST(LIBGPG_ERROR_LT_CURRENT)