diff options
author | Werner Koch <[email protected]> | 2025-04-09 07:37:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-04-09 07:37:52 +0000 |
commit | f9e98ed8315eaf0468870149d22c5dcf992288ec (patch) | |
tree | 231f9dfc195130978468f6cca8652ae51bd61738 /configure.ac | |
parent | tests: Check that we do not use the es macros in the public API. (diff) | |
download | libgpg-error-gpgrt-1.53.tar.gz libgpg-error-gpgrt-1.53.zip |
Release 1.53libgpg-error-1.53gpgrt-1.53
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 89e5553..7b0541f 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,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=39 LIBGPG_ERROR_LT_AGE=39 -LIBGPG_ERROR_LT_REVISION=0 +LIBGPG_ERROR_LT_REVISION=1 ################################################ AC_SUBST(LIBGPG_ERROR_LT_CURRENT) |