summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2007-07-08 22:22:26 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2007-07-08 22:22:26 +0900
commit8f64c136c91ea465640725f450aefc65d16e07ab (patch)
treec8e8b5bd523dcf4ad05a35f0e14b0415fc9a21a9 /configure.ac
parent5734557afad4ec545852a0f861a5783756210ead (diff)
downloadlibhangul-8f64c136c91ea465640725f450aefc65d16e07ab.tar.gz
0.0.5 준비libhangul-0.0.5
* 문서 업데이트 * configure.ac의 버젼 변경 * libhangul.pc.in에서 datadir 설정 제거 git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@128 8f00fcd2-89fc-0310-932e-b01be5b65e01
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 11e77c2..ea8ec12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(libhangul, 0.0.4, http://kldp.net/projects/hangul/)
+AC_INIT(libhangul, 0.0.5, http://kldp.net/projects/hangul/)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([hangul/hangul.h])
AC_CONFIG_HEADER([config.h])