summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-08 23:41:48 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-08 23:41:48 +0100
commitea0be9387dbee2fd5aa41dabdbebb739aae33af2 (patch)
tree6b3aa616bd7194cc50d5fae7d95a6dcf36c1f0b1
parentdbc72ae47b16c6718cb5e53d4a31205bc45d3742 (diff)
downloadgnutls-ea0be9387dbee2fd5aa41dabdbebb739aae33af2.tar.gz
bumped versions
-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 89e04d4955..654b516523 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.20], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.12.21], [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 1ecca7849a..266f7ef6a5 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.20], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls], [2.12.21], [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 30c29c8189..ab6cf5e162 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, 48)
- AC_SUBST(LT_REVISION, 4)
+ AC_SUBST(LT_REVISION, 5)
AC_SUBST(LT_AGE, 22)
AC_SUBST(LT_SSL_CURRENT, 27)
diff --git a/libextra/configure.ac b/libextra/configure.ac
index da522652aa..25d9b2818f 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.20], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls-extra], [2.12.21], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])