configure.ac : Bump version to 1.0.21.pre1.

This commit is contained in:
Erik de Castro Lopo 2009-05-18 08:28:07 +10:00
parent 5eefd9e6ef
commit 311b6beac3

View File

@ -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