]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped versions
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 11 Oct 2011 19:52:19 +0000 (21:52 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 12 Oct 2011 18:14:00 +0000 (20:14 +0200)
NEWS
configure.ac
m4/hooks.m4

diff --git a/NEWS b/NEWS
index 4c324d3754321864dc8f4559b53a397af50227d4..deb3f3da89209b1f4d8705304692088a5971f6e6 100644 (file)
--- 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. 
index 50e6597fc3a3d0edab4006f8c3d2b505ece013a1..943617a40c9727d11d48145c57226661d9e0e355 100644 (file)
@@ -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])
 
index 97bbe92382e41e338d0ad188f37e04e8b83bab1f..7f82e80c604b1e619ed75d44037a40e25ddf48a6 100644 (file)
@@ -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)