From: Nikos Mavrogiannopoulos Date: Tue, 13 Dec 2011 22:03:58 +0000 (+0100) Subject: bumped version X-Git-Tag: gnutls_3_0_9~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d896a3fdeb1cf03ab8d453902b2fa7913149cbe0;p=thirdparty%2Fgnutls.git bumped version --- diff --git a/NEWS b/NEWS index 67b21d04f5..c56c38efff 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ GnuTLS NEWS -- History of user-visible changes. -*- outline -*- Copyright (C) 2000-2011 Free Software Foundation, Inc. See the end for copying conditions. -* Version 3.0.9 (unreleased) +* Version 3.0.9 (released 2011-12-13) ** certtool: Added new parameter --dh-info. diff --git a/configure.ac b/configure.ac index 028ffe42ff..2d3a359e08 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.8], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.0.9], [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 fa24c0685d..ff1426b099 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, 31) + AC_SUBST(LT_CURRENT, 32) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 3) + AC_SUBST(LT_AGE, 4) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 1)