]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped version
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 13 Dec 2011 22:03:58 +0000 (23:03 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 13 Dec 2011 22:03:58 +0000 (23:03 +0100)
NEWS
configure.ac
m4/hooks.m4

diff --git a/NEWS b/NEWS
index 67b21d04f520770466b6ffe4dc6e76a968f99d46..c56c38efff66eacc37994cbc94c70bc8410b55d7 100644 (file)
--- 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.
 
index 028ffe42ff6da18ae51b0f7ae88da91e2fb69be8..2d3a359e08d0aa872fe9627a4de14f7a8ce2057f 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.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])
 
index fa24c0685db10101efa416fb4104f9dca50688a3..ff1426b099e201eae08b8a64be55d7d7ffb95dfa 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, 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)