diff options
author | Werner Koch <[email protected]> | 2014-09-18 11:05:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-09-18 11:05:34 +0000 |
commit | 8f3187fe56cb8e535e3ceff75fdd4e128070af57 (patch) | |
tree | 75154c722ab96325cf9aa191a927cccdc319d2df /configure.ac | |
parent | doc updates and type fixes. (diff) | |
download | libgpg-error-1.16.tar.gz libgpg-error-1.16.zip |
Release 1.16.libgpg-error-1.16
* configure.ac: Set LT version to C12/A12/R2.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d2964f2..71ef4a1 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ AC_INIT([libgpg-error],[mym4_full_version],[http://bugs.gnupg.org]) # Note that added error codes don't constitute an interface change. LIBGPG_ERROR_LT_CURRENT=12 LIBGPG_ERROR_LT_AGE=12 -LIBGPG_ERROR_LT_REVISION=1 +LIBGPG_ERROR_LT_REVISION=2 ################################################ AC_SUBST(LIBGPG_ERROR_LT_CURRENT) |