summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2019-11-29 13:06:41 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2019-11-29 13:06:58 +0100
commit2fd2d1cb038fcf762fbfdc812b0c912764d9cda7 (patch)
tree9213750085ef230b69b71332fb1661dbbb9c9050
parent7be85d9804c98a53db22f7434c7bee51d9d3ccdf (diff)
downloadgnutls-2fd2d1cb038fcf762fbfdc812b0c912764d9cda7.tar.gz
bumped version
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index cba38c9c43..28d92cf760 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ See the end for copying conditions.
* Version 3.6.11 (unreleased)
-** nettle: Use KERN_ARND for the system random number generator on NetBSD.
+** libgnutls: Use KERN_ARND for the system random number generator on NetBSD.
This syscall provides an endless stream of random numbers from the kernel's
ChaCha20-based random number generator, without blocking or requiring an open file
descriptor.
diff --git a/configure.ac b/configure.ac
index 30dd517437..db1ce841f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.63)
dnl when updating version also update LT_REVISION in m4/hooks.m4
-AC_INIT([GnuTLS], [3.6.10], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.6.11], [bugs@gnutls.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIRS([m4 src/gl/m4 src/libopts/m4 lib/unistring/m4])
AC_CANONICAL_HOST
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index dd979ad172..34a5b38eb9 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -41,7 +41,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
#
# Interfaces removed: AGE=0 (+bump all symbol versions in .map)
AC_SUBST(LT_CURRENT, 56)
- AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_REVISION, 1)
AC_SUBST(LT_AGE, 26)
AC_SUBST(LT_SSL_CURRENT, 27)