From f4e7308e14ab7be09dcef234b17981779760e430 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 7 Jul 2006 08:44:26 +0000 Subject: [PATCH] Bump versions. --- NEWS | 2 ++ configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6937d17..308ec69 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ Libidn NEWS -- History of user-visible changes. -*- outline -*- Copyright (C) 2002, 2003, 2004, 2005, 2006 Simon Josefsson See the end for copying conditions. +* Version 0.6.5 (unreleased) + * Version 0.6.4 (released 2006-06-07) ** Fix translation of error messages. diff --git a/configure.ac b/configure.ac index 04fc44d..79a0ee2 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.6.4], [bug-libidn@gnu.org]) +AC_INIT([libidn], [0.6.5], [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, 18) +AC_SUBST(LT_REVISION, 19) AC_SUBST(LT_AGE, 5) AC_PREREQ(2.59) -- 2.11.4.GIT