From cac048bf8454ade95a905f9d3840b1ec284fce20 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 30 Apr 2018 08:33:14 +0200 Subject: Release 1.30. * configure.ac: Bump LT version to C24/A/24/R1. Signed-off-by: Werner Koch --- NEWS | 6 +++++- configure.ac | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9c1459f..a84f9cb 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ -Noteworthy changes in version 1.30 (unreleased) [C24/A24/R_] +Noteworthy changes in version 1.30 (2018-04-30) [C24/A24/R1] ----------------------------------------------- + * Fix for a hang on Windows when using gpgrt_poll under nPth. + + * Build fix for Solaris. [#3869] + Noteworthy changes in version 1.29 (2018-04-11) [C24/A24/R0] ----------------------------------------------- diff --git a/configure.ac b/configure.ac index 2026128..fb2891a 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=0 +LIBGPG_ERROR_LT_REVISION=1 ################################################ AC_SUBST(LIBGPG_ERROR_LT_CURRENT) -- cgit v1.2.3