]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Tue, 18 Nov 2008 00:27:16 +0000 (01:27 +0100)
committerSimon Josefsson <simon@josefsson.org>
Tue, 18 Nov 2008 00:27:16 +0000 (01:27 +0100)
NEWS
configure.ac
lib/configure.ac
lib/m4/hooks.m4
libextra/configure.ac

diff --git a/NEWS b/NEWS
index 0c492ca8793683e1377e78b52bf5a6f89ac73530..13b3171ba161e8a05f94ecfae39584d569b6d276 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,11 @@ Copyright (C) 2004, 2005, 2006, 2007, 2008 Simon Josefsson
 Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavrogiannopoulos
 See the end for copying conditions.
 
+* Version 2.7.3 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
 * Version 2.7.2 (released 2008-11-18)
 
 ** libgnutls: Fix X.509 certificate chain validation error. [GNUTLS-SA-2008-3]
index 7dbac152f053cc96730fef288348cddd0b4eca4f..c66cac2b4fb85b12ddf21b0d7fa676cd795319d9 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.7.2], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.7.3], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index 19a005311f9e5a6b768857feede1ee72f6b7ecf2..6d677b3ab331d0ccdeee2252c6b695c92272c127 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.7.2], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls], [2.7.3], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index 81cfd0b12ca40f3d77afdc1db1952aaada6bb583..12bcb30c984ac001bbba03be934030d028914a3e 100644 (file)
@@ -27,7 +27,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   # Interfaces added:                             AGE++
   # Interfaces removed:                           AGE=0
   AC_SUBST(LT_CURRENT, 38)
-  AC_SUBST(LT_REVISION, 2)
+  AC_SUBST(LT_REVISION, 3)
   AC_SUBST(LT_AGE, 12)
 
   # Used when creating the Windows libgnutls-XX.def files.
index 3e3e0330b339e63c281114758a5af88c24e076ed..0d48217e27967185784b2043772c3d9678d4d6f8 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.7.2], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls-extra], [2.7.3], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])