diff options
author | Choe Hwanjin <choe.hwanjin@gmail.com> | 2008-04-20 16:22:53 +0900 |
---|---|---|
committer | Choe Hwanjin <choe.hwanjin@gmail.com> | 2008-04-20 16:22:53 +0900 |
commit | 461c9bc98cb23090afd3f73c4fe65ff7f2607d67 (patch) | |
tree | 61ac3700ad2eab5e0182f53f851b8a866cba2ab6 /configure.ac | |
parent | e27443bbbe5a76398fa53a16c4f7d49e91fe67ac (diff) | |
download | libhangul-461c9bc98cb23090afd3f73c4fe65ff7f2607d67.tar.gz |
release 0.0.8libhangul-0.0.8
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@177 8f00fcd2-89fc-0310-932e-b01be5b65e01
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 85b90c0..e6a811b 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.7, http://kldp.net/projects/hangul/) +AC_INIT(libhangul, 0.0.8, http://kldp.net/projects/hangul/) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([hangul/hangul.h]) AC_CONFIG_HEADER([config.h]) |