From: Nikos Mavrogiannopoulos Date: Tue, 11 Oct 2011 19:52:19 +0000 (+0200) Subject: bumped versions X-Git-Tag: gnutls_3_0_4~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7013222c2d4e42ea0cc5c8ee27d86e9123a13d8;p=thirdparty%2Fgnutls.git bumped versions --- diff --git a/NEWS b/NEWS index 4c324d3754..deb3f3da89 100644 --- a/NEWS +++ b/NEWS @@ -20,7 +20,7 @@ gnutls_privkey_import_ext() ** libgnutls: A certificate credentials structure can be used with a gnutls_privkey_t and a gnutls_pcert_st -structures using gnutls_certificate_set_key(). +structure using gnutls_certificate_set_key(). ** libgnutls: Fixes to enable external signing callback to operate with TLS 1.2. diff --git a/configure.ac b/configure.ac index 50e6597fc3..943617a40c 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.0.3], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.0.4], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/m4/hooks.m4 b/m4/hooks.m4 index 97bbe92382..7f82e80c60 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -40,9 +40,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 - AC_SUBST(LT_CURRENT, 29) + AC_SUBST(LT_CURRENT, 30) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 1) + AC_SUBST(LT_AGE, 2) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 1)