diff options
author | Werner Koch <[email protected]> | 2016-12-21 12:03:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-12-21 12:03:16 +0000 |
commit | 82266defa39901ec9f97533623af5638a35e5a77 (patch) | |
tree | 03fff57cef7f863cf0947f470951d03cecdee0b9 /configure.ac | |
parent | po: Auto-update (diff) | |
download | libgpg-error-1.26.tar.gz libgpg-error-1.26.zip |
Release 1.26libgpg-error-1.26
* configure.ac: Bump LT version to C21/A21/R0.
Signed-off-by: Werner Koch <[email protected]>
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 e3ca56e..3d8bb12 100644 --- a/configure.ac +++ b/configure.ac @@ -51,8 +51,8 @@ AC_INIT([libgpg-error],[mym4_full_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=20 -LIBGPG_ERROR_LT_AGE=20 +LIBGPG_ERROR_LT_CURRENT=21 +LIBGPG_ERROR_LT_AGE=21 LIBGPG_ERROR_LT_REVISION=0 ################################################ |