summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-26 01:16:19 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-26 01:16:19 +0100
commit5bfe398a3316e6b647896cb4ddebe3dcdb25d66e (patch)
tree7a65fff36605b1ad56e5de8974a2705515783f03
parent017d81e45b4fc71273cd66f47cc5b36d1ba00a06 (diff)
downloadgnutls-5bfe398a3316e6b647896cb4ddebe3dcdb25d66e.tar.gz
bumped version.
-rw-r--r--configure.ac2
-rw-r--r--lib/m4/hooks.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index cfa89a7a08..0980f429ba 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.0], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.12.1], [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 d9a91d334b..ab703ad2a0 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, 44)
- AC_SUBST(LT_REVISION, 7)
+ AC_SUBST(LT_REVISION, 8)
AC_SUBST(LT_AGE, 18)
AC_SUBST(LT_SSL_CURRENT, 27)