From: Choe Hwanjin Date: Tue, 10 Jul 2007 13:13:56 +0000 (+0900) Subject: 0.0.6 release X-Git-Tag: libhangul-0.0.6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=781dfca181c51b245c2e935bfe4b7918336742ae;p=platform%2Fcore%2Fuifw%2Flibhangul.git 0.0.6 release git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@130 8f00fcd2-89fc-0310-932e-b01be5b65e01 --- 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)