From bd87b5b66035411b5928e395a77be563949b85dc Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 30 Mar 2020 20:52:27 +0200 Subject: bumped version Signed-off-by: Nikos Mavrogiannopoulos --- configure.ac | 2 +- m4/hooks.m4 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 99cb4091ef..172cf429e4 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.12], [bugs@gnutls.org]) +AC_INIT([GnuTLS], [3.6.13], [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 5fb69d5a51..d0963f35cd 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, 56) - AC_SUBST(LT_REVISION, 2) - AC_SUBST(LT_AGE, 26) + AC_SUBST(LT_CURRENT, 57) + AC_SUBST(LT_REVISION, 0) + AC_SUBST(LT_AGE, 27) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) -- cgit v1.2.1