Bump configure version to 1.0.13pre4.

This commit is contained in:
Erik de Castro Lopo 2005-12-29 03:35:57 +00:00
parent 896467893e
commit 77596a1e20
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2005-12-29 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* tests/error_test.c
Make the test distclean correct.
* src/file_io.c
Fix an SD2 MacOSX bug (reported by vince schwarzinger).
2005-12-28 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* src/aiff.c tests/command_test.c

View File

@ -3,7 +3,7 @@
dnl Require autoconf version
AC_PREREQ(2.53)
AC_INIT(libsndfile,1.0.13pre3,erikd@mega-nerd.com)
AC_INIT(libsndfile,1.0.13pre4,erikd@mega-nerd.com)
AC_CONFIG_SRCDIR([src/sndfile.c])
AC_CANONICAL_TARGET([])