summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-08-08 11:44:16 +0200
committerSimon Josefsson <simon@josefsson.org>2007-08-08 11:44:16 +0200
commitf859ecb5debcbd2eaafe03bda0f51650df9017ad (patch)
tree756dbc442f6ca7b191815de84052fc862877790a
parent2df434423d26b0bef8eb36f315a0e37ecbde826a (diff)
downloadgnutls-f859ecb5debcbd2eaafe03bda0f51650df9017ad.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 548e388412..313c79ece7 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,11 @@ Copyright (C) 2004, 2005, 2006, 2007 Simon Josefsson
Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavroyanopoulos
See the end for copying conditions.
+* Version 1.7.17 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
* Version 1.7.16 (released 2007-08-07)
** Fix sanity checks and return values in certificate selection.
diff --git a/configure.in b/configure.in
index 1206894350..06645fe12d 100644
--- a/configure.in
+++ b/configure.in
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [1.7.16], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [1.7.17], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_TARGET
@@ -36,7 +36,7 @@ AB_INIT
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 20)
-AC_SUBST(LT_REVISION, 8)
+AC_SUBST(LT_REVISION, 9)
AC_SUBST(LT_AGE, 7)
ac_full=1