diff options
author | Choe Hwanjin <choe.hwanjin@gmail.com> | 2011-01-02 16:51:10 +0900 |
---|---|---|
committer | Choe Hwanjin <choe.hwanjin@gmail.com> | 2011-01-02 16:51:10 +0900 |
commit | c1c6823ba2d62120caad927180bdbef7a528874b (patch) | |
tree | e9f9bf9cc2a6223d9ec558788ca4624c9b0f5079 /configure.ac | |
parent | 36dea55f9c1cd6498e9ff3bda8ce9076a0ff5942 (diff) | |
download | libhangul-c1c6823ba2d62120caad927180bdbef7a528874b.tar.gz |
0.0.12 릴리스 준비
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@253 8f00fcd2-89fc-0310-932e-b01be5b65e01
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d8f622c..260a761 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |