From: Nikos Mavrogiannopoulos Date: Fri, 3 May 2013 18:12:27 +0000 (+0300) Subject: bumped version X-Git-Tag: gnutls_3_2_0~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3dc88589897ea3b08cf1e736e643637eea39264c;p=thirdparty%2Fgnutls.git bumped version --- diff --git a/configure.ac b/configure.ac index 62bde03ce1..c49e4e2d0e 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.1.10], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.2.0], [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 7012149a5d..dcb05ecd10 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, 46) + AC_SUBST(LT_CURRENT, 48) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 18) + AC_SUBST(LT_AGE, 20) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2)