summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2007-07-10 22:13:56 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2007-07-10 22:13:56 +0900
commit781dfca181c51b245c2e935bfe4b7918336742ae (patch)
treec208541aa381bf824211d52bd8016a5e3b76c5b5
parent97ff563746dfcf865f5a3431160b24fa5d88d9fd (diff)
downloadlibhangul-0.0.6.tar.gz
0.0.6 releaselibhangul-0.0.6
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@130 8f00fcd2-89fc-0310-932e-b01be5b65e01
-rw-r--r--NEWS3
-rw-r--r--configure.ac6
2 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a3ea490..203d453 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+0.0.6
+ * update library version
+
0.0.5
* changed filter api
* add more hanja word database
diff --git a/configure.ac b/configure.ac
index ea8ec12..6969551 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,15 +2,15 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(libhangul, 0.0.5, http://kldp.net/projects/hangul/)
+AC_INIT(libhangul, 0.0.6, http://kldp.net/projects/hangul/)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([hangul/hangul.h])
AC_CONFIG_HEADER([config.h])
# library version
-LIBHANGUL_CURRENT=0
+LIBHANGUL_CURRENT=1
LIBHANGUL_REVISION=0
-LIBHANGUL_AGE=0
+LIBHANGUL_AGE=1
AC_SUBST(LIBHANGUL_CURRENT)
AC_SUBST(LIBHANGUL_REVISION)