diff options
author | Werner Koch <[email protected]> | 2024-04-25 08:20:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-04-25 08:20:00 +0000 |
commit | faed9c271ad22bbd2ed265d8e11badb53b7a2f32 (patch) | |
tree | 7992b4c7bd0fc68193968e7992aca2f57d3afd4c /configure.ac | |
parent | yat2m: Improve html output. (diff) | |
download | libgpg-error-1.49.tar.gz libgpg-error-1.49.zip |
Release 1.49libgpg-error-1.49
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c436c5b..a24453e 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=35 -LIBGPG_ERROR_LT_AGE=35 +LIBGPG_ERROR_LT_CURRENT=36 +LIBGPG_ERROR_LT_AGE=36 LIBGPG_ERROR_LT_REVISION=0 ################################################ |