Bump to version 1.0.16pre1.

This commit is contained in:
Erik de Castro Lopo 2006-03-18 10:20:05 +00:00
parent 329772f2f5
commit 9421844ce4

View File

@ -3,7 +3,7 @@
dnl Require autoconf version
AC_PREREQ(2.53)
AC_INIT(libsndfile,1.0.15,erikd@mega-nerd.com)
AC_INIT(libsndfile,1.0.16pre1,erikd@mega-nerd.com)
AC_CONFIG_SRCDIR([src/sndfile.c])
AC_CANONICAL_TARGET([])
@ -26,7 +26,7 @@ AM_CONFIG_HEADER(src/config.h)
# 6. If any interfaces have been removed since the last public release, then set age
# to 0.
SHARED_VERSION_INFO="1:15:0"
SHARED_VERSION_INFO="1:16:0"
AC_PROG_CC
AM_PROG_LIBTOOL