diff options
author | Werner Koch <[email protected]> | 2022-10-07 09:15:06 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2022-10-07 09:15:06 +0000 |
commit | ea031873aa9642831017937fd33e9009d514ee07 (patch) | |
tree | a25306e78264c0fb14d572c6832a85125e685a2e /configure.ac | |
parent | m4: Fix detection of gpgrt's libdir. (diff) | |
download | libgpg-error-ea031873aa9642831017937fd33e9009d514ee07.tar.gz libgpg-error-ea031873aa9642831017937fd33e9009d514ee07.zip |
Release 1.46libgpg-error-1.46gpgrt-1.46
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 8de8cf8..5bbec88 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # configure.ac for libgpg-error -# Copyright (C) 2003, 2004, 2006, 2010, 2013-2020 g10 Code GmbH +# Copyright (C) 2003, 2004, 2006, 2010, 2013-2022 g10 Code GmbH # # This file is part of libgpg-error. # @@ -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=33 LIBGPG_ERROR_LT_AGE=33 -LIBGPG_ERROR_LT_REVISION=0 +LIBGPG_ERROR_LT_REVISION=1 ################################################ AC_SUBST(LIBGPG_ERROR_LT_CURRENT) |