summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-02-03 09:06:30 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-02-03 09:06:30 +0100
commit9e99bd1108f2769ab7c6e677fcebae63ed0595e4 (patch)
treeb443641c041214c321c1355c3cc02d8d783d6436
parente374979f5fc131d9de95026ae799028c4e7decd9 (diff)
downloadgnutls-9e99bd1108f2769ab7c6e677fcebae63ed0595e4.tar.gz
bumped version
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f8b865e4b1..2eb36eabbd 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000-2015 Free Software Foundation, Inc.
Copyright (C) 2013-2015 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.4.9 (unreleased)
+* Version 3.4.9 (released 2016-02-03)
** libgnutls: Corrected ALPN protocol negotiation. Before GnuTLS would negotiate
the last commonly supported protocol, rather than the first. Reported by
diff --git a/configure.ac b/configure.ac
index b7b250f7a9..23eb576677 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [3.4.8], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.4.9], [bugs@gnutls.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 1676e17483..2880849ab0 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0 (+bump all symbol versions in .map)
AC_SUBST(LT_CURRENT, 36)
- AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_REVISION, 1)
AC_SUBST(LT_AGE, 6)
AC_SUBST(LT_SSL_CURRENT, 27)