Hiroyuki Komatsu
komat****@users*****
2005年 2月 13日 (日) 08:31:03 JST
Index: prime/configure.in diff -u prime/configure.in:1.26 prime/configure.in:1.27 --- prime/configure.in:1.26 Fri Dec 31 15:23:32 2004 +++ prime/configure.in Sun Feb 13 08:31:03 2005 @@ -1,5 +1,5 @@ dnl configure.in: Creates a configure script for prime of PRIME. -dnl $Id: configure.in,v 1.26 2004/12/31 06:23:32 komatsu Exp $ +dnl $Id: configure.in,v 1.27 2005/02/12 23:31:03 komatsu Exp $ dnl dnl Copyright (C) 2003 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(prime, 0.8.6, komat****@taiya*****, +AC_INIT(prime, 0.8.6.1, komat****@taiya*****, [PRIME - PRedictive Input Method Editor (Server)]) AC_PREREQ(2.53) AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION) # AM_MAINTAINER_MODE AC_INIT_DEFAULT_VALUES -AC_SUBST(DATE, "2004-12-31") +AC_SUBST(DATE, "2005-02-13") MY_AC_PROG_RUBY