release 0.1.0
authorChoe Hwanjin <choe.hwanjin@gmail.com>
Sun, 16 Oct 2011 11:53:51 +0000 (20:53 +0900)
committerChoe Hwanjin <choe.hwanjin@gmail.com>
Sun, 16 Oct 2011 11:53:51 +0000 (20:53 +0900)
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@270 8f00fcd2-89fc-0310-932e-b01be5b65e01

configure.ac

index 3a13de1..cb18354 100644 (file)
@@ -2,15 +2,15 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(libhangul, 0.0.12, http://kldp.net/projects/hangul/)
+AC_INIT(libhangul, 0.1.0, 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=4
-LIBHANGUL_AGE=1
+LIBHANGUL_CURRENT=2
+LIBHANGUL_REVISION=0
+LIBHANGUL_AGE=0
 
 AC_SUBST(LIBHANGUL_CURRENT)
 AC_SUBST(LIBHANGUL_REVISION)