diff options
author | Werner Koch <[email protected]> | 2014-04-15 12:19:05 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-04-15 12:19:05 +0000 |
commit | 1900266b743cabdb39a0d6f8dd00d187a2ad2c97 (patch) | |
tree | c6d514546b10d5f890f0cde261566747e4e8a96b /configure.ac | |
parent | Update pl.po. (diff) | |
download | libgpg-error-1.13.tar.gz libgpg-error-1.13.zip |
Release 1.13.libgpg-error-1.13
* configure.ac: Set LT version to C11/A11/R0.
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 77f235f..3565b1a 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=10 -LIBGPG_ERROR_LT_AGE=10 +LIBGPG_ERROR_LT_CURRENT=11 +LIBGPG_ERROR_LT_AGE=11 LIBGPG_ERROR_LT_REVISION=0 ################################################ |