summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2020-12-02 10:30:08 +0100
committerDaiki Ueno <ueno@gnu.org>2020-12-02 10:30:08 +0100
commit744169a4a5421f3d0be72c70e63e7de479606ced (patch)
treed24dfee3dfed0d8a86813ec99eb7e471f2b351d8
parentf7a97c02cdc64720f726d1e3d9a9d3c122beba08 (diff)
downloadgnutls-3.7.0.tar.gz
Release 3.7.03.7.0
Signed-off-by: Daiki Ueno <ueno@gnu.org>
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m44
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 157178d392..76d414b868 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.64)
dnl when updating version also update LT_REVISION in m4/hooks.m4
-AC_INIT([GnuTLS], [3.6.14], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.7.0], [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 c56c601fde..ed9a990c1d 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, 58)
+ AC_SUBST(LT_CURRENT, 59)
AC_SUBST(LT_REVISION, 0)
- AC_SUBST(LT_AGE, 28)
+ AC_SUBST(LT_AGE, 29)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)