summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2008-12-20 23:13:39 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2008-12-20 23:13:39 +0900
commit7ca44a9183f77c5296e1e8e2890ec83301432ede (patch)
tree06ba14bb12b2fcdbdba0298570196c1e86bbd456
parentd214b0b44167c1b8d5b23ca3572199677485aa27 (diff)
downloadlibhangul-7ca44a9183f77c5296e1e8e2890ec83301432ede.tar.gz
release 0.0.9libhangul-0.0.9
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@193 8f00fcd2-89fc-0310-932e-b01be5b65e01
-rw-r--r--configure.ac4
1 files 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)