release 0.0.10 libhangul-0.0.10
authorChoe Hwanjin <choe.hwanjin@gmail.com>
Sat, 31 Oct 2009 05:32:09 +0000 (14:32 +0900)
committerChoe Hwanjin <choe.hwanjin@gmail.com>
Sat, 31 Oct 2009 05:32:09 +0000 (14:32 +0900)
 * update library revision

git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@212 8f00fcd2-89fc-0310-932e-b01be5b65e01

configure.ac

index 1aaa0c1..32bf124 100644 (file)
@@ -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)