summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-06 13:44:19 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-06 13:44:19 +0100
commit749062e3eac58fe64b46b4d2f27edecf03c959da (patch)
tree260ce9dead5f6ab033fc2e343fac891dc3871d7b
parentcdf3cc4eda174e2e66ec836b0a621ba4f8096c74 (diff)
downloadgnutls-749062e3eac58fe64b46b4d2f27edecf03c959da.tar.gz
bumped version.
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 752e9d68c1..e28974cda5 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.11.7 (unreleased)
+* Version 2.12.0 (unreleased)
** 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 7ae0758c0d..fc09d4d21a 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.11.7], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.12.0], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])