summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-09 20:00:49 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-09 20:00:49 +0100
commit22bb20bf08b96602e3bff8928bfee7ec0dbe772e (patch)
tree08ca22a91eb7b42a83e6d7132d0e9edbff12f918
parent749062e3eac58fe64b46b4d2f27edecf03c959da (diff)
downloadgnutls-22bb20bf08b96602e3bff8928bfee7ec0dbe772e.tar.gz
changed for 2.11.7 release.
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e28974cda5..345eddb455 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
See the end for copying conditions.
-* Version 2.12.0 (unreleased)
+* Version 2.11.7 (released 2011-03-09)
** libgnutls: Corrected signature generation and verification
in the Certificate Verify message when in TLS 1.2. Reported
diff --git a/configure.ac b/configure.ac
index fc09d4d21a..7ae0758c0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [2.12.0], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.11.7], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])