summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2019-01-28 07:55:31 +0100
committerWerner Koch <wk@gnupg.org>2019-01-28 07:55:31 +0100
commit2421afddf6ae5a245e6dd1a59779bd26bf225253 (patch)
tree583b69ca2364f7023b185e82540287e3be016dfe
parent8a9397896fd202dcfb3fb46259e43bc05a0ddd2e (diff)
downloadlibgpg-error-gpgrt-1.35.tar.gz
-- 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 <wk@gnupg.org>
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ce0ee77..6c80dc3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-Noteworthy changes in version 1.35 (unreleased) [C26/A26/R_]
+Noteworthy changes in version 1.35 (2019-01-28) [C26/A26/R1]
-----------------------------------------------
+ * Distribute the correct gpgrt-config.
+
Noteworthy changes in version 1.34 (2019-01-16) [C26/A26/R0]
-----------------------------------------------
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)