mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
Bump version in configure.ac, update ChangeLog.
This commit is contained in:
parent
1541327bb2
commit
1ef19c4e90
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user