diff options
author | Werner Koch <[email protected]> | 2015-01-26 08:49:47 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-01-26 09:08:41 +0000 |
commit | f79688532f100599b1e24dde1429a229524601c9 (patch) | |
tree | a97df5dde973d317eceeecc24fab0b0949ce09d4 /configure.ac | |
parent | po: Auto update (diff) | |
download | libgpg-error-1.18.tar.gz libgpg-error-1.18.zip |
Release 1.18.libgpg-error-1.18
* configure.ac: Set LT version to C14/A14/R0.
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 54b6068..4a6df03 100644 --- a/configure.ac +++ b/configure.ac @@ -51,8 +51,8 @@ AC_INIT([libgpg-error],[mym4_full_version],[http://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=13 -LIBGPG_ERROR_LT_AGE=13 +LIBGPG_ERROR_LT_CURRENT=14 +LIBGPG_ERROR_LT_AGE=14 LIBGPG_ERROR_LT_REVISION=0 ################################################ |