diff options
author | Werner Koch <[email protected]> | 2018-05-02 18:28:38 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-05-02 18:28:38 +0000 |
commit | 10a984d25048a09d1c489224bae866372e8066a1 (patch) | |
tree | 2ef20ac760d8f455dcd9cc78f98d29f064b5d48e /configure.ac | |
parent | po: Enable Spanish translation (diff) | |
download | libgpg-error-1.31.tar.gz libgpg-error-1.31.zip |
Release 1.31.libgpg-error-1.31
* configure.ac: Set LT version to C24/A24/R2.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 050272e..6711987 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org]) # Note that added error codes don't constitute an interface change. LIBGPG_ERROR_LT_CURRENT=24 LIBGPG_ERROR_LT_AGE=24 -LIBGPG_ERROR_LT_REVISION=1 +LIBGPG_ERROR_LT_REVISION=2 ################################################ AC_SUBST(LIBGPG_ERROR_LT_CURRENT) |