summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-09-29 12:24:02 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-09-29 12:24:02 +0200
commitb8338a7937e431e38a8f47109400af5a9abef03d (patch)
tree15ce3c830fbb02952d1c3be96e930425f40d3c95
parent06eb0336f923001743d5f134ef55975ea904cc74 (diff)
downloadgnutls-b8338a7937e431e38a8f47109400af5a9abef03d.tar.gz
bumped versionsgnutls_3_6_10
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m44
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 370dbd84e3..a175a1eb7f 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
Copyright (C) 2013-2019 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.6.10 (unreleased)
+* Version 3.6.10 (released 2019-09-29)
** libgnutls: Added support for deterministic ECDSA/DSA (RFC6979)
Deterministic signing can be enabled by setting
diff --git a/configure.ac b/configure.ac
index 72eee10d58..146fe039cf 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.9], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.6.10], [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 dd282ce5a9..dd979ad172 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -40,9 +40,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# in CONTRIBUTION.md for more info.
#
# Interfaces removed: AGE=0 (+bump all symbol versions in .map)
- AC_SUBST(LT_CURRENT, 55)
+ AC_SUBST(LT_CURRENT, 56)
AC_SUBST(LT_REVISION, 0)
- AC_SUBST(LT_AGE, 25)
+ AC_SUBST(LT_AGE, 26)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)