From: Nikos Mavrogiannopoulos Date: Tue, 9 Jul 2013 06:43:16 +0000 (+0200) Subject: bumped version X-Git-Tag: gnutls_3_2_2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd4b032b2c1c9da11eba129a327e68ef8fba8ed5;p=thirdparty%2Fgnutls.git bumped version --- diff --git a/configure.ac b/configure.ac index 95627c015e..7f597d715f 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.1], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.2.2], [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 cd9ef5ce97..05280d34bd 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, 50) + AC_SUBST(LT_CURRENT, 51) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 22) + AC_SUBST(LT_AGE, 23) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2)