diff options
author | Werner Koch <[email protected]> | 2021-11-03 13:43:13 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-11-03 13:43:13 +0000 |
commit | d7fb04832a71a2c1509d45027798f184ca274f8d (patch) | |
tree | 368d687caec287a0d7b42ec72c53a447dfbcff2b /configure.ac | |
parent | po: Auto-update (diff) | |
download | libgpg-error-gpgrt-1.43.tar.gz libgpg-error-gpgrt-1.43.zip |
Release 1.43libgpg-error-1.43gpgrt-1.43
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index da013d8..e0d4c42 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org]) # Note that added error codes don't constitute an interface change. LIBGPG_ERROR_LT_CURRENT=32 LIBGPG_ERROR_LT_AGE=32 -LIBGPG_ERROR_LT_REVISION=0 +LIBGPG_ERROR_LT_REVISION=1 ################################################ AC_SUBST(LIBGPG_ERROR_LT_CURRENT) |