summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-05-20 07:20:15 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-05-20 07:20:15 +0200
commitc64cf1bd357b397763ce289f3c590bed0e6fffcf (patch)
treeb25f96ec2898c96660becc0b1e05b0c1b1cface7
parente6ad880b075a38dd08d69cc4f26951a68dee1c72 (diff)
downloadgnutls_3_3_23.tar.gz
released 3.3.23gnutls_3_3_23
-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 261259de97..a1c95948fa 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000-2015 Free Software Foundation, Inc.
Copyright (C) 2013, 2014 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.3.23 (unreleased)
+* Version 3.3.23 (released 2016-05-20)
** libgnutls: Corrected behavior of ALPN extension parsing during session
resumption. Report and patches by Yuriy M. Kaminskiy.
diff --git a/configure.ac b/configure.ac
index b9998c2424..d3a2c6233d 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.3.22], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.3.23], [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 3460d61c89..123ba6e4b7 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, 69)
- AC_SUBST(LT_REVISION, 14)
+ AC_SUBST(LT_REVISION, 15)
AC_SUBST(LT_AGE, 41)
AC_SUBST(LT_SSL_CURRENT, 27)