diff options
author | Werner Koch <[email protected]> | 2016-04-25 09:04:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-04-25 09:06:07 +0000 |
commit | 9a05076e90eef504cbc3ef614982f856b9b60540 (patch) | |
tree | 1a2614d699e16dfee9230a35b5d4f90f38b44957 /configure.ac | |
parent | po: Auto-update (diff) | |
download | libgpg-error-1.22.tar.gz libgpg-error-1.22.zip |
Release 1.22.libgpg-error-1.22
* configure.ac: Set LT version to C18/A18/R0.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 566ea62..784ac69 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # configure.ac for libgpg-error -# Copyright (C) 2003, 2004, 2006, 2010, 2013, 2014, 2015 g10 Code GmbH +# Copyright (C) 2003, 2004, 2006, 2010, 2013, 2014, 2015, 2016 g10 Code GmbH # # This file is part of libgpg-error. # @@ -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=17 -LIBGPG_ERROR_LT_AGE=17 +LIBGPG_ERROR_LT_CURRENT=18 +LIBGPG_ERROR_LT_AGE=18 LIBGPG_ERROR_LT_REVISION=0 ################################################ |