aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)