summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-07-02 23:57:39 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-07-02 23:57:39 +0200
commit92218a876d4c2ec826eb922918487cb8879faaec (patch)
tree60505d2993dbcf101d65f6be1381fb7276886045
parent487ceacf17219feba0021ed6b68697d464aa3d94 (diff)
downloadgnutls_3_0_21_real.tar.gz
bumped versiongnutls_3_0_21_real
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m44
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)