summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-07-25 20:38:14 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-07-25 20:38:14 +0200
commit215854c0a8f49b55e8af398d06a1c9a814bcf445 (patch)
tree0cf3ca490c76f58962b1a2ca6ca00661724bcd28
parent419f0b4eaa0363050a63eed479ce536edac419eb (diff)
downloadgnutls-215854c0a8f49b55e8af398d06a1c9a814bcf445.tar.gz
bumped version for 3.6.9gnutls_3_6_9
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 ed1b0dec44..f5ed67969d 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.9 (unreleased)
+* Version 3.6.9 (released 2019-07-25)
** libgnutls: add gnutls_hash_copy/gnutls_hmac_copy functions that will create a copy
of digest or MAC context. Copying contexts for externally-registered digest and MAC
diff --git a/configure.ac b/configure.ac
index c388704bbb..b31fa2c1ac 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.8], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.6.9], [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 6eb010a92d..dd282ce5a9 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, 54)
+ AC_SUBST(LT_CURRENT, 55)
AC_SUBST(LT_REVISION, 0)
- AC_SUBST(LT_AGE, 24)
+ AC_SUBST(LT_AGE, 25)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)