summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2009-10-31 14:32:09 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2009-10-31 14:32:09 +0900
commita24ae53b284022a4bab6257cf282a22931fa1674 (patch)
tree2d5b0b590c7662eb82ac18e5f4ab91b228cdbb7f
parente970e5d83e95fd287b6ca4ae7a1f4c9799a04bc4 (diff)
downloadlibhangul-a24ae53b284022a4bab6257cf282a22931fa1674.tar.gz
release 0.0.10libhangul-0.0.10
* update library revision git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@212 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 1aaa0c1..32bf124 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.9, http://kldp.net/projects/hangul/)
+AC_INIT(libhangul, 0.0.10, 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=1
+LIBHANGUL_REVISION=2
LIBHANGUL_AGE=1
AC_SUBST(LIBHANGUL_CURRENT)