aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2019-01-28 06:55:31 +0000
committerWerner Koch <[email protected]>2019-01-28 06:55:31 +0000
commit2421afddf6ae5a245e6dd1a59779bd26bf225253 (patch)
tree583b69ca2364f7023b185e82540287e3be016dfe /configure.ac
parentgpgscm: Build well even if NDEBUG defined. (diff)
downloadlibgpg-error-1.35.tar.gz
libgpg-error-1.35.zip
-- Because gpgrt-config is not anymore generated from gpgrt-config.in and a stale (generated) gpgrt-config was hanging around in the build directory the make distcheck target didn't caught this situation and we accidently distributed the old gpgrt-config from the build directory. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a7ffb5d..1a3c168 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=26
LIBGPG_ERROR_LT_AGE=26
-LIBGPG_ERROR_LT_REVISION=0
+LIBGPG_ERROR_LT_REVISION=1
################################################
AC_SUBST(LIBGPG_ERROR_LT_CURRENT)