From 500bfa811bfbded34a883696f68646e69bcccb81 Mon Sep 17 00:00:00 2001 From: handa Date: Sat, 26 Jul 2008 02:55:57 +0000 Subject: [PATCH] Version updated to 0.9.1. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7a99e86..31b46fe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl configure.ac -- autoconf script for the m17n-im-config package. -dnl Copyright (C) 2007 +dnl Copyright (C) 2007, 2008 dnl National Institute of Advanced Industrial Science and Technology (AIST) dnl Registration Number H15PRO112 @@ -24,7 +24,7 @@ dnl Boston, MA 02110-1301, USA. dnl Process this file with autoconf to produce a configure script. -AC_INIT(m17n-im-config, 0.9.0, m17n-lib-bug@m17n.org) +AC_INIT(m17n-im-config, 0.9.1, m17n-lib-bug@m17n.org) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(src/config.h) -- 1.7.10.4