From 49782f03125baee183b05d3d3ce202612c48ab5a Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 2 Mar 2009 02:29:31 +0000 Subject: [PATCH] Versions changed to 0.9.9. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index a930816..f4feeed 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Autoconf script for libotf. dnl Process this file with autoconf to produce a configure script. -dnl Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 +dnl Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 dnl National Institute of Advanced Industrial Science and Technology (AIST) dnl Registration Number H15PRO167 @@ -23,8 +23,8 @@ dnl License along with this library, in a file named COPYING; if not, dnl write to the Free Software Foundation, Inc., 59 Temple Place, Suite dnl 330, Boston, MA 02111-1307, USA. -AC_INIT(libotf, 0.9.8, handa@m17n.org) -AM_INIT_AUTOMAKE(libotf, 0.9.8) +AC_INIT(libotf, 0.9.9, handa@m17n.org) +AM_INIT_AUTOMAKE(libotf, 0.9.9) AM_CONFIG_HEADER(src/config.h) # Checks for programs. -- 1.7.10.4