From: Nikos Mavrogiannopoulos Date: Sat, 25 May 2013 19:46:25 +0000 (+0200) Subject: bumped version X-Git-Tag: gnutls_3_2_2~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43d7a8b21caa75b50aa0649ff91ca27b7628f197;p=thirdparty%2Fgnutls.git bumped version --- diff --git a/configure.ac b/configure.ac index c49e4e2d0e..41e5f62c0e 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.0], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.2.1], [bug-gnutls@gnu.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 21c8a952f6..3173d8dba8 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, 49) + AC_SUBST(LT_CURRENT, 50) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 21) + AC_SUBST(LT_AGE, 22) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2)