summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-03-06 06:50:30 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-03-06 06:53:13 +0100
commit6f93b0be55bdfac2e2f4baff20b5863ab2fce648 (patch)
tree02c6e4ed58a3917b2fc49ddd6bcc7df7c15509b2
parent39aac68b36ef63e3c623331cb8a21f64a36c5fd1 (diff)
downloadgnutls-6f93b0be55bdfac2e2f4baff20b5863ab2fce648.tar.gz
bumped version
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-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 c8f5c0832d..82d3239ef3 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.10 (unreleased)
+* Version 3.5.10 (released 2017-03-06)
** gnutls.pc: do not include libidn2 in Requires.private. The libidn2 versions
available do not include libidn2.pc, thus the inclusion was causing pkg-config
diff --git a/configure.ac b/configure.ac
index de6b1683be..0aaf72d7c2 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.9], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.5.10], [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 1c378e8afb..300cb75e58 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, 0)
+ AC_SUBST(LT_REVISION, 1)
AC_SUBST(LT_AGE, 14)
AC_SUBST(LT_SSL_CURRENT, 27)