From 2421afddf6ae5a245e6dd1a59779bd26bf225253 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 28 Jan 2019 07:55:31 +0100 Subject: Release 1.35 -- 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 --- NEWS | 4 +++- configure.ac | 2 +- 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) -- cgit v1.2.3