diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | lib/m4/hooks.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. -Version 2.12.19 (unreleased) +Version 2.12.19 (released 2012-05-05) ** libgnutls: When decoding a PKCS #11 URL the pin-source field is assumed to be a file that stores the pin. Based on patch diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4 index cb225c99f5..5cd1b221a8 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, 2) + AC_SUBST(LT_REVISION, 3) AC_SUBST(LT_AGE, 22) AC_SUBST(LT_SSL_CURRENT, 27) |