From 92218a876d4c2ec826eb922918487cb8879faaec Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 2 Jul 2012 23:57:39 +0200 Subject: bumped version --- NEWS | 2 +- configure.ac | 2 +- m4/hooks.m4 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index df6a636684..33a0563989 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ GnuTLS NEWS -- History of user-visible changes. -*- outline -*- Copyright (C) 2000-2012 Free Software Foundation, Inc. See the end for copying conditions. -* Version 3.0.21 (unreleased) +* Version 3.0.21 (released 2012-07-02) ** libgnutls: fixed bug in gnutls_x509_privkey_import() that prevented the loading of EC private keys when DER diff --git a/configure.ac b/configure.ac index f8267042ae..53d263aac4 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.20], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.0.21], [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 78d1e2f8cb..767f35b3ca 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, 37) + AC_SUBST(LT_CURRENT, 38) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 9) + AC_SUBST(LT_AGE, 10) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) -- cgit v1.2.1