mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
configure.ac : Bump version to 1.0.21.pre1.
This commit is contained in:
parent
5eefd9e6ef
commit
311b6beac3
@ -3,7 +3,7 @@
|
||||
dnl Require autoconf version
|
||||
AC_PREREQ(2.57)
|
||||
|
||||
AC_INIT([libsndfile],[1.0.20],[erikd@mega-nerd.com])
|
||||
AC_INIT([libsndfile],[1.0.21pre1],[erikd@mega-nerd.com])
|
||||
|
||||
# Put config stuff in Cfg.
|
||||
AC_CONFIG_AUX_DIR(Cfg)
|
||||
@ -37,7 +37,7 @@ AC_LANG([C])
|
||||
# 6. If any interfaces have been removed since the last public release, then set age
|
||||
# to 0.
|
||||
|
||||
SHARED_VERSION_INFO="1:20:0"
|
||||
SHARED_VERSION_INFO="1:21:0"
|
||||
|
||||
AC_PROG_CC
|
||||
AM_PROG_CC_C_O
|
||||
|
Loading…
Reference in New Issue
Block a user