From 6cb39805f86a358f23d542c993dfcdb6f5c45b4e Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 12 Sep 2011 04:33:25 +0000 Subject: [PATCH] Version changed to 1.6.3. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b664b66..8344c70 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl configure.ac -- autoconf script for the m17n library. -dnl Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +dnl Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 dnl National Institute of Advanced Industrial Science and Technology (AIST) dnl Registration Number H15PRO112 @@ -23,7 +23,7 @@ dnl Boston, MA 02110-1301, USA. dnl Process this file with autoconf to produce a configure script. -AC_INIT([m17n-lib],[1.6.2],[m17n-lib-bug@m17n.org]) +AC_INIT([m17n-lib],[1.6.3],[m17n-lib-bug@m17n.org]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) -- 1.7.10.4