From 24c30ef551f16d3eb0792410a62ea22a183b1881 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 19 Nov 2004 11:19:39 +0000 Subject: [PATCH] (AC_INIT): Update to 0.9.3. (AM_INIT_AUTOMAKE): Likewise. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 985b671..2e25214 100644 --- a/configure.ac +++ b/configure.ac @@ -23,8 +23,8 @@ dnl License along with this library, in a file named COPYING; if not, dnl write to the Free Software Foundation, Inc., 59 Temple Place, Suite dnl 330, Boston, MA 02111-1307, USA. -AC_INIT(libotf, 0.9.2, handa@m17n.org) -AM_INIT_AUTOMAKE(libotf, 0.9.2) +AC_INIT(libotf, 0.9.3, handa@m17n.org) +AM_INIT_AUTOMAKE(libotf, 0.9.3) AM_CONFIG_HEADER(src/config.h) # Checks for programs. -- 1.7.10.4