summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-10-12 13:29:12 +0000
committerSimon Josefsson <simon@josefsson.org>2004-10-12 13:29:12 +0000
commitb7eafd047c6801346c53104724574e4dd61bea0a (patch)
tree03707b033ab1e466ca99b3a8df201e38d203dee4
parent945c7da4f6af976e4317c616b31118871d8f3709 (diff)
downloadgnutls-b7eafd047c6801346c53104724574e4dd61bea0a.tar.gz
Bump versions.
-rw-r--r--NEWS2
-rw-r--r--configure.in4
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)