diff options
author | Werner Koch <[email protected]> | 2024-02-23 13:18:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-02-23 13:20:43 +0000 |
commit | 77b7c5ff6b756870811acaff53df0ebf1e5c2368 (patch) | |
tree | 1b0959c6fdc34ca78f321e358859e757f7d4056e /configure.ac | |
parent | argparse: Adjust help output for command mode. (diff) | |
download | libgpg-error-77b7c5ff6b756870811acaff53df0ebf1e5c2368.tar.gz libgpg-error-77b7c5ff6b756870811acaff53df0ebf1e5c2368.zip |
Release 1.48libgpg-error-1.48gpgrt-1.48
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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 ################################################ |