summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2007-07-10 22:13:56 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2007-07-10 22:13:56 +0900
commit781dfca181c51b245c2e935bfe4b7918336742ae (patch)
treec208541aa381bf824211d52bd8016a5e3b76c5b5 /configure.ac
parent97ff563746dfcf865f5a3431160b24fa5d88d9fd (diff)
downloadlibhangul-781dfca181c51b245c2e935bfe4b7918336742ae.tar.gz
0.0.6 releaselibhangul-0.0.6
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@130 8f00fcd2-89fc-0310-932e-b01be5b65e01
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ea8ec12..6969551 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,15 +2,15 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(libhangul, 0.0.5, http://kldp.net/projects/hangul/)
+AC_INIT(libhangul, 0.0.6, http://kldp.net/projects/hangul/)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([hangul/hangul.h])
AC_CONFIG_HEADER([config.h])
# library version
-LIBHANGUL_CURRENT=0
+LIBHANGUL_CURRENT=1
LIBHANGUL_REVISION=0
-LIBHANGUL_AGE=0
+LIBHANGUL_AGE=1
AC_SUBST(LIBHANGUL_CURRENT)
AC_SUBST(LIBHANGUL_REVISION)