summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)