summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-09-25 21:44:36 +0200
committerSimon Josefsson <simon@josefsson.org>2008-09-25 21:44:36 +0200
commit0e9c7e766018c11d2aae6a923e4ae91ab43fa4a7 (patch)
tree3a7ab704b2fb976fbff191d4ef7449fdb4b31997
parentf6a23ee22a8b7fade3dcdf6023b36f0f77d16b74 (diff)
downloadgnutls-0e9c7e766018c11d2aae6a923e4ae91ab43fa4a7.tar.gz
Bump versions.
-rw-r--r--NEWS5
-rw-r--r--configure.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4de6755e6f..e7c15bb15a 100644
--- 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.4.3 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
* Version 2.4.2 (released 2008-09-15)
** libgnutls: Don't crash when gnutls_credentials_set is called twice.
diff --git a/configure.in b/configure.in
index af1e863364..11113dec29 100644
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [2.4.2], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.4.3], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.10 dist-bzip2])
@@ -33,7 +33,7 @@ AM_CONFIG_HEADER(config.h)
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 30)
-AC_SUBST(LT_REVISION, 6)
+AC_SUBST(LT_REVISION, 7)
AC_SUBST(LT_AGE, 4)
# Used when creating the Windows libgnutls-XX.def files.