Hiroyuki Komatsu
komat****@users*****
2004年 12月 13日 (月) 18:10:52 JST
Index: suikyo/configure.ac diff -u suikyo/configure.ac:1.13 suikyo/configure.ac:1.14 --- suikyo/configure.ac:1.13 Sat Dec 11 17:00:25 2004 +++ suikyo/configure.ac Mon Dec 13 18:10:52 2004 @@ -1,5 +1,5 @@ dnl configure.in: Creates a configure script for suikyo. -dnl $Id: configure.ac,v 1.13 2004/12/11 08:00:25 komatsu Exp $ +dnl $Id: configure.ac,v 1.14 2004/12/13 09:10:52 komatsu Exp $ dnl dnl Copyright (C) 2003, 2004 Hiroyuki Komatsu <komat****@taiya*****> dnl All rights reserved. @@ -9,14 +9,14 @@ dnl the GNU General Public License version 2. # Process this file with autoconf to produce a configure script. -AC_INIT(suikyo, 2.0.0, komat****@taiya*****, +AC_INIT(suikyo, 2.0.0.1, komat****@taiya*****, [SUIKYO - Romaji-Kana conversion library]) AC_PREREQ(2.53) AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION) # AM_MAINTAINER_MODE AC_INIT_DEFAULT_VALUES -AC_SUBST(DATE, "2004-12-11") +AC_SUBST(DATE, "2004-12-13") MY_AC_PROG_RUBY Index: suikyo/ChangeLog diff -u suikyo/ChangeLog:1.13 suikyo/ChangeLog:1.14 --- suikyo/ChangeLog:1.13 Sat Dec 11 17:00:25 2004 +++ suikyo/ChangeLog Mon Dec 13 18:10:52 2004 @@ -1,3 +1,9 @@ +2004-12-13 Hiroyuki Komatsu <komat****@taiya*****> + + * Suikyo 2.0.0.1: + - Fixed a bug with the azik table. + Thanks for the notice from Masaki Yatsu. + 2004-12-11 Hiroyuki Komatsu <komat****@taiya*****> * Suikyo 2.0.0: