diff options
author | Choe Hwanjin <choe.hwanjin@gmail.com> | 2011-10-17 00:03:13 +0900 |
---|---|---|
committer | Choe Hwanjin <choe.hwanjin@gmail.com> | 2011-10-17 00:03:13 +0900 |
commit | 9fe2d4e8c225b1797d2c5bb78ccfdc703af7b886 (patch) | |
tree | 9ee4d61742b4f6ea7a84cea58b2bfc1190082b51 /configure.ac | |
parent | 56548727628f280f8a4e51f3037ee9385d8c312f (diff) | |
download | libhangul-9fe2d4e8c225b1797d2c5bb78ccfdc703af7b886.tar.gz |
잘못 관리한 library version을 바로 잡음libhangul-0.1.0
지금은 1.0.0 이 되어야 한다.
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@271 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 cb18354..8b389be 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([hangul/hangul.h]) AC_CONFIG_HEADER([config.h]) # library version -LIBHANGUL_CURRENT=2 +LIBHANGUL_CURRENT=1 LIBHANGUL_REVISION=0 LIBHANGUL_AGE=0 |