diff options
author | Peng Wu <alexepico@gmail.com> | 2022-10-13 13:37:36 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2022-10-13 13:37:36 +0800 |
commit | 2f52299e7661939965d27b57d99d7250035990f5 (patch) | |
tree | 48e5cadb5e01da586af7339d61742991f8d52abd | |
parent | c486004508be0081440df76bdee722381f63642f (diff) | |
download | libpinyin-2f52299e7661939965d27b57d99d7250035990f5.tar.gz |
Update configure.ac2.7.91
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 162245e..75b8e14 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ m4_define([libpinyin_micro_version], [91]) m4_define(libpinyin_maybe_datestamp, m4_esyscmd([if test x]libpinyin_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi])) -m4_define([libpinyin_abi_current], [13]) +m4_define([libpinyin_abi_current], [15]) m4_define([libpinyin_abi_revision], [0]) m4_define([libpinyin_version], |