0.0.6 release libhangul-0.0.6
authorChoe Hwanjin <choe.hwanjin@gmail.com>
Tue, 10 Jul 2007 13:13:56 +0000 (22:13 +0900)
committerChoe Hwanjin <choe.hwanjin@gmail.com>
Tue, 10 Jul 2007 13:13:56 +0000 (22:13 +0900)
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@130 8f00fcd2-89fc-0310-932e-b01be5b65e01

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index a3ea490..203d453 100644 (file)
--- 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
index ea8ec12..6969551 100644 (file)
@@ -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)