Bump version in configure.ac, update ChangeLog.

This commit is contained in:
Erik de Castro Lopo 2004-10-24 00:57:07 +00:00
parent 1541327bb2
commit 1ef19c4e90
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2004-10-23 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* src/common.h src/sndfile.c
Add error numbers and messages for sd2 files.
* src/sd2.c
Reading of sd2 (resource fork version) now seems to be working.
2004-10-17 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* src/file_io.h

View File

@ -3,7 +3,7 @@
dnl Require autoconf version
AC_PREREQ(2.53)
AC_INIT(libsndfile,1.0.11pre7,erikd@mega-nerd.com)
AC_INIT(libsndfile,1.0.11pre8,erikd@mega-nerd.com)
AC_CONFIG_SRCDIR([src/sndfile.c])
AC_CANONICAL_TARGET([])
AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)