From 7ca44a9183f77c5296e1e8e2890ec83301432ede Mon Sep 17 00:00:00 2001 From: Choe Hwanjin Date: Sat, 20 Dec 2008 23:13:39 +0900 Subject: release 0.0.9 git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@193 8f00fcd2-89fc-0310-932e-b01be5b65e01 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6f8770e..351be57 100644 --- a/configure.ac +++ b/configure.ac @@ -2,14 +2,14 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(libhangul, 0.0.8, http://kldp.net/projects/hangul/) +AC_INIT(libhangul, 0.0.9, http://kldp.net/projects/hangul/) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([hangul/hangul.h]) AC_CONFIG_HEADER([config.h]) # library version LIBHANGUL_CURRENT=1 -LIBHANGUL_REVISION=0 +LIBHANGUL_REVISION=1 LIBHANGUL_AGE=1 AC_SUBST(LIBHANGUL_CURRENT) -- cgit v1.2.1