From cbf6f9fa48c769650f8cafa70da9cf96d307ec6b Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 16 Jan 2006 02:18:55 +0000 Subject: [PATCH] Version changed to 1.3.1. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 8437fc4..0384285 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 +dnl Copyright (C) 2003, 2004, 2005, 2006 dnl National Institute of Advanced Industrial Science and Technology (AIST) dnl Registration Number H15PRO112 @@ -23,8 +23,8 @@ dnl 02111-1307, USA. dnl Process this file with autoconf to produce a configure script. -AC_INIT(m17n-lib, 1.3.0, m17n-lib-bug@m17n.org) -AM_INIT_AUTOMAKE(m17n-lib, 1.3.0) +AC_INIT(m17n-lib, 1.3.1, m17n-lib-bug@m17n.org) +AM_INIT_AUTOMAKE(m17n-lib, 1.3.1) AM_CONFIG_HEADER(src/config.h) AM_MAINTAINER_MODE -- 1.7.10.4