bumped version for 3.6.9
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 25 Jul 2019 18:38:14 +0000 (20:38 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 25 Jul 2019 18:38:14 +0000 (20:38 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
NEWS
configure.ac
m4/hooks.m4

diff --git a/NEWS b/NEWS
index ed1b0dec445fb80c40337b62812cee171d4ef44e..f5ed67969d612cdfff20abce1b443a7374421e5f 100644 (file)
--- 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
index c388704bbb99db3bc26d9f390dc889a2b2dfb011..b31fa2c1ac187206c1bbb74f69f52a5302246295 100644 (file)
@@ -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
index 6eb010a92d9df84af1895b4830e8409697d61542..dd282ce5a95409106167d30e9b47eb7916ed8346 100644 (file)
@@ -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)