summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-01 16:51:29 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-01 16:51:29 +0100
commit967e52827e03baeea653a467f68f5896e9e6526a (patch)
tree1e02119a6bb4a25f8dd73d328aff4e56539d742a
parent49ee416037b3c7d78b4257577d66657ba792bedd (diff)
downloadgnutls-967e52827e03baeea653a467f68f5896e9e6526a.tar.gz
bumped version
-rw-r--r--configure.ac2
-rw-r--r--lib/configure.ac2
-rw-r--r--lib/m4/hooks.m42
-rw-r--r--libextra/configure.ac2
4 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index a41dac598e..aec1b1f970 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [2.12.16], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.12.17], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/lib/configure.ac b/lib/configure.ac
index f822d5098e..0cccf1fed3 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
# MA 02110-1301, USA
AC_PREREQ(2.61)
-AC_INIT([libgnutls], [2.12.16], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls], [2.12.17], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4
index df31163762..6e49bd5d73 100644
--- a/lib/m4/hooks.m4
+++ b/lib/m4/hooks.m4
@@ -27,7 +27,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 47)
- AC_SUBST(LT_REVISION, 9)
+ AC_SUBST(LT_REVISION, 10)
AC_SUBST(LT_AGE, 21)
AC_SUBST(LT_SSL_CURRENT, 27)
diff --git a/libextra/configure.ac b/libextra/configure.ac
index 91c78f06b3..1d57400017 100644
--- a/libextra/configure.ac
+++ b/libextra/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
# 02110-1301, USA.
AC_PREREQ(2.61)
-AC_INIT([libgnutls-extra], [2.12.16], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls-extra], [2.12.17], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])