From: Simon Josefsson Date: Fri, 31 Aug 2007 14:16:03 +0000 (+0200) Subject: Bump versions. X-Git-Tag: gnutls_2_0_0~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=991706feccfe77cd0b41c16155bdd16ebf8b6406;p=thirdparty%2Fgnutls.git Bump versions. --- diff --git a/NEWS b/NEWS index c870831643..ef3573fc85 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,12 @@ Copyright (C) 2004, 2005, 2006, 2007 Simon Josefsson Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavroyanopoulos See the end for copying conditions. +* Version 2.0 (unreleased) + +** Included copy of Libtasn1 upgraded to version 1.0. + +** Disable building of some examples if anonymous ciphers are disabled. + * Version 1.7.19 (released 2007-08-27) ** Fix gnutls_error_is_fatal so that positive "errors" are non-critical. diff --git a/configure.in b/configure.in index f4ad1be434..34970f0203 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.19], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.0], [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, 21) -AC_SUBST(LT_REVISION, 2) +AC_SUBST(LT_REVISION, 3) AC_SUBST(LT_AGE, 8) ac_full=1