From ccfa2259d4df2db4846968b012aa4b3704e1cc98 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 25 Jan 2019 08:18:01 +0100 Subject: bumped versions Signed-off-by: Nikos Mavrogiannopoulos --- NEWS | 2 +- configure.ac | 4 +++- m4/hooks.m4 | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 43feb1f8ca..c56c9dd78f 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc. Copyright (C) 2013-2017 Nikos Mavrogiannopoulos See the end for copying conditions. -* Version 3.6.6 (unreleased) +* Version 3.6.6 (released 2019-01-25) ** libgnutls: gnutls_pubkey_import_ecc_raw() was fixed to set the number bits on the public key (#640). diff --git a/configure.ac b/configure.ac index 8cc4c26d60..ea6f39c533 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,9 @@ dnl Process this file with autoconf to produce a configure script. # USA AC_PREREQ(2.63) -AC_INIT([GnuTLS], [3.6.5], [bugs@gnutls.org]) + +dnl when updating version also update LT_REVISION in m4/hooks.m4 +AC_INIT([GnuTLS], [3.6.6], [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 2762da6d55..eb94e6f1ea 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -41,7 +41,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # # Interfaces removed: AGE=0 (+bump all symbol versions in .map) AC_SUBST(LT_CURRENT, 53) - AC_SUBST(LT_REVISION, 0) + AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 23) AC_SUBST(LT_SSL_CURRENT, 27) -- cgit v1.2.1