summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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)