]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Tue, 9 Jun 2009 04:58:27 +0000 (06:58 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 9 Jun 2009 04:58:27 +0000 (06:58 +0200)
NEWS
configure.ac
lib/configure.ac
lib/m4/hooks.m4
libextra/configure.ac

diff --git a/NEWS b/NEWS
index a0f75d85606dedd8e6bc3d2d31f5ea010bd1618e..be4f934ee65e539801b321b5a04cb12a13da5aea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,11 @@ Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson
 Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavrogiannopoulos
 See the end for copying conditions.
 
+* Version 2.9.2 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
 * Version 2.9.1 (released 2009-06-08)
 
 ** libgnutls: Fix crash in gnutls_global_init after earlier init/deinit cycle.
index 6e1c4c603c18ced3f9cdee6a057d62e36ac8b0ed..f9cfb4b4ade0820bace02ecccfa9a557b2bc3e23 100644 (file)
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
 # USA
 
 AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [2.9.1], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.9.2], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index d678376f234db7f93e2f34f3edd09b194246a430..326afbb76190963076b216c77aff8e8ed940ff86 100644 (file)
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
 # MA 02110-1301, USA
 
 AC_PREREQ(2.61)
-AC_INIT([libgnutls], [2.9.1], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls], [2.9.2], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index bb3f258cc3b4521b00eeeff2464933fe61a5d6f8..7ee3e5075de1f04c10f0c191d4582241d611654e 100644 (file)
@@ -27,7 +27,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   # Interfaces added:                             AGE++
   # Interfaces removed:                           AGE=0
   AC_SUBST(LT_CURRENT, 41)
-  AC_SUBST(LT_REVISION, 1)
+  AC_SUBST(LT_REVISION, 2)
   AC_SUBST(LT_AGE, 15)
 
   # Used when creating the Windows libgnutls-XX.def files.
index 7c4a3d4a843076f3b0f63282e99fa4ae2eeb4e78..4d39809fa5b734ae429946aeb20d649e6e1602df 100644 (file)
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
 # 02110-1301, USA.
 
 AC_PREREQ(2.61)
-AC_INIT([libgnutls-extra], [2.9.1], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls-extra], [2.9.2], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])