From 2873b1ef9a8856ee16bb2d5848e0b49047718932 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sun, 23 Oct 2005 22:00:39 +0000 Subject: [PATCH] Bump versions. --- NEWS | 6 ++++++ configure.ac | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c3e2a2a..ab81138 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,12 @@ Libidn NEWS -- History of user-visible changes. -*- outline -*- Copyright (C) 2002, 2003, 2004, 2005 Simon Josefsson See the end for copying conditions. +* Version 0.5.21 (unreleased) + +** Fix memory leak. + +** API and ABI is backwards compatible with the previous version. + * Version 0.5.20 (released 2005-10-23) ** The header file pr29.h is now installed by 'make install'. diff --git a/configure.ac b/configure.ac index ab5b894..8e6efbe 100644 --- a/configure.ac +++ b/configure.ac @@ -19,14 +19,14 @@ dnl along with GNU Libidn; see the file COPYING.LIB. If not, write to dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth dnl Floor, Boston, MA 02110-1301, USA. -AC_INIT([libidn], [0.5.20], [bug-libidn@gnu.org]) +AC_INIT([libidn], [0.5.21], [bug-libidn@gnu.org]) # Library code modified: REVISION++ # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 16) -AC_SUBST(LT_REVISION, 13) +AC_SUBST(LT_REVISION, 14) AC_SUBST(LT_AGE, 5) AC_PREREQ(2.59) -- 2.11.4.GIT