From: Nikos Mavrogiannopoulos Date: Sun, 10 Apr 2011 18:48:29 +0000 (+0200) Subject: bumped version X-Git-Tag: gnutls_2_99_1~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1e6347613ba720c838810ff63f7d481d4a06b44;p=thirdparty%2Fgnutls.git bumped version --- diff --git a/NEWS b/NEWS index ddf0abada1..b55d2e9688 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,12 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end for copying conditions. +* Version 2.99.1 (unreleased) + +** API and ABI modifications: +No changes since last version. + + * Version 2.99.0 (released 2011-04-09) ** libgnutls: Added Datagram TLS support. diff --git a/configure.ac b/configure.ac index 941fa9f686..829aec329e 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.99.0], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.99.1], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])