aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-02-23 13:18:46 +0000
committerWerner Koch <[email protected]>2024-02-23 13:20:43 +0000
commit77b7c5ff6b756870811acaff53df0ebf1e5c2368 (patch)
tree1b0959c6fdc34ca78f321e358859e757f7d4056e /configure.ac
parentargparse: Adjust help output for command mode. (diff)
downloadlibgpg-error-77b7c5ff6b756870811acaff53df0ebf1e5c2368.tar.gz
libgpg-error-77b7c5ff6b756870811acaff53df0ebf1e5c2368.zip
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 f459f23..9223912 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=34
-LIBGPG_ERROR_LT_AGE=34
+LIBGPG_ERROR_LT_CURRENT=35
+LIBGPG_ERROR_LT_AGE=35
LIBGPG_ERROR_LT_REVISION=0
################################################