summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-01-26 19:31:58 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-01-26 19:31:58 +0100
commit1880ff09a8853cd50428cddea2d77930695cd0e2 (patch)
tree766d86d4fa268f673f19299ecc49ae8ed8b9f7c6
parent08c5b846ec38cdd538bc10e139af80f079ba6e9c (diff)
downloadgnutls-1880ff09a8853cd50428cddea2d77930695cd0e2.tar.gz
bumped version
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m46
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 7652999a77..a81d85fd4d 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.2.9], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.2.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 34f2d4b96f..cbed2a02ab 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -39,9 +39,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
- AC_SUBST(LT_CURRENT, 57)
- AC_SUBST(LT_REVISION, 1)
- AC_SUBST(LT_AGE, 29)
+ AC_SUBST(LT_CURRENT, 58)
+ AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_AGE, 30)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)