summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-20 09:59:16 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-20 09:59:16 +0200
commit1ee47cabc741fade1453a7bffeea707fbc89d381 (patch)
tree24a806c160297a7a4bd072ccb96dfe14fccd78e7
parent065bd9cb7142d4d407fa9e9bf631f912136c6bb3 (diff)
downloadgnutls-1ee47cabc741fade1453a7bffeea707fbc89d381.tar.gz
bumped version [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-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 63c898b48c..b669d8453c 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
Copyright (C) 2013-2016 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.5.11 (unreleased)
+* Version 3.5.12 (unreleased)
** libgnutls: enabled TCP Fast open for MacOSX. Patch by Tim Ruehsen.
diff --git a/configure.ac b/configure.ac
index 95c57d5f72..2da86f6205 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.5.11], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.5.12], [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 90c613739a..b852e46c4b 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, 44)
- AC_SUBST(LT_REVISION, 2)
+ AC_SUBST(LT_REVISION, 3)
AC_SUBST(LT_AGE, 14)
AC_SUBST(LT_SSL_CURRENT, 27)