diff options
author | Werner Koch <[email protected]> | 2016-07-14 07:47:55 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-07-14 07:47:55 +0000 |
commit | bb1269c85bb41dbb6391756a65e8bc357d82d6b6 (patch) | |
tree | 23431a81d6512582167ffd5f1e9e52feebaa3c4f /configure.ac | |
parent | build: Update config.{guess,sub} to {2016-05-15,2016-06-20}. (diff) | |
download | libgpg-error-1.24.tar.gz libgpg-error-1.24.zip |
Release 1.24libgpg-error-1.24
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 d19943d..a099aba 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ AC_INIT([libgpg-error],[mym4_full_version],[https://bugs.gnupg.org]) # Note that added error codes don't constitute an interface change. LIBGPG_ERROR_LT_CURRENT=19 LIBGPG_ERROR_LT_AGE=19 -LIBGPG_ERROR_LT_REVISION=0 +LIBGPG_ERROR_LT_REVISION=1 ################################################ AC_SUBST(LIBGPG_ERROR_LT_CURRENT) |