]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Fri, 14 Aug 2009 14:08:47 +0000 (16:08 +0200)
committerSimon Josefsson <simon@josefsson.org>
Fri, 14 Aug 2009 14:08:47 +0000 (16:08 +0200)
NEWS
configure.ac
lib/configure.ac
lib/m4/hooks.m4
libextra/configure.ac

diff --git a/NEWS b/NEWS
index 4f39231ebb79a2517ba768c70dbc7049a8a0b827..825025e7d666ec0fdeb302e1f03da9d26507ecc3 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.3 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
 * Version 2.9.2 (released 2009-08-14)
 
 ** libgnutls: Fix problem with NUL bytes in X.509 CN and SAN fields.
index f1917c6164502ced205fe922a260dd3efa1ffe40..07b6d87191b75776dbcf3106e51fa6b04b89a102 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.2], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.9.3], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index 326afbb76190963076b216c77aff8e8ed940ff86..3d490f4efae6e998fde4eca0b2f160b79976a939 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.2], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls], [2.9.3], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index 7ee3e5075de1f04c10f0c191d4582241d611654e..95e43e22fac1ce8ae48629a2053f13c50a4bac8e 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, 2)
+  AC_SUBST(LT_REVISION, 3)
   AC_SUBST(LT_AGE, 15)
 
   # Used when creating the Windows libgnutls-XX.def files.
index 4d39809fa5b734ae429946aeb20d649e6e1602df..7604b65cab1ec498e221c99037569dd90af59311 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.2], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls-extra], [2.9.3], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])