From 46da487ca8c53b600c78db9958c81aca0bfb1c86 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sun, 19 Oct 2003 00:06:24 +0000 Subject: [PATCH] Bump versions. --- NEWS | 2 ++ configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a66d56f..a7f6812 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ Libidn NEWS -- History of user-visible changes. -*- outline -*- Copyright (C) 2002, 2003 Simon Josefsson See the end for copying conditions. +* Version 0.3.4 (unreleased) + * Version 0.3.3 (released 2003-10-18) ** Fixed list of Stringprep profiles in 'idn --help' and 'idn.php'. diff --git a/configure.ac b/configure.ac index fd5fde9..38a9249 100644 --- a/configure.ac +++ b/configure.ac @@ -18,14 +18,14 @@ dnl You should have received a copy of the GNU Lesser General Public dnl License along with GNU Libidn; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA -AC_INIT(libidn, 0.3.3, bug-libidn@gnu.org) +AC_INIT(libidn, 0.3.4, bug-libidn@gnu.org) # Library code modified: REVISION++ # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 LT_CURRENT=12 -LT_REVISION=0 +LT_REVISION=1 LT_AGE=1 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) -- 2.11.4.GIT