From b7eafd047c6801346c53104724574e4dd61bea0a Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 12 Oct 2004 13:29:12 +0000 Subject: Bump versions. --- NEWS | 2 ++ configure.in | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 668d097109..33f8bcd26a 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ Copyright (C) 2004 Simon Josefsson Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavroyanopoulos See the end for copying conditions. +* Version 1.1.20 + * Version 1.1.19 (2004-10-07) - Fix memory leak in gnutls_certificate_verify_peers and gnutls_certificate_free_credentials, report and patch by Simon diff --git a/configure.in b/configure.in index 5c89e912e0..8ed13b850f 100644 --- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ dnl License along with GNU TLS; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA dnl 02111-1307, USA -AC_INIT(gnutls, [1.1.19], [bug-gnutls@gnu.org]) +AC_INIT(gnutls, [1.1.20], [bug-gnutls@gnu.org]) AC_PREREQ(2.57) AC_CANONICAL_TARGET @@ -34,7 +34,7 @@ AB_INIT # Interfaces added: AGE++ # Interfaces removed: AGE=0 LT_CURRENT=13 -LT_REVISION=19 +LT_REVISION=20 LT_AGE=1 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) -- cgit v1.2.1