0.0.12 릴리스 준비
authorChoe Hwanjin <choe.hwanjin@gmail.com>
Sun, 2 Jan 2011 07:51:10 +0000 (16:51 +0900)
committerChoe Hwanjin <choe.hwanjin@gmail.com>
Sun, 2 Jan 2011 07:51:10 +0000 (16:51 +0900)
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@253 8f00fcd2-89fc-0310-932e-b01be5b65e01

configure.ac

index d8f622c..260a761 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.11, http://kldp.net/projects/hangul/)
+AC_INIT(libhangul, 0.0.12, 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=3
+LIBHANGUL_REVISION=4
 LIBHANGUL_AGE=1
 
 AC_SUBST(LIBHANGUL_CURRENT)