bump release date to 2004-Oct-01
This commit is contained in:
parent
4263183401
commit
fa10dcf096
@ -94,7 +94,7 @@
|
||||
<P>We've just discovered that the <A HREF="http://www.rokulabs.com/">Roku Soundbridge</A> now supports FLAC.</P>
|
||||
<P>A Java native FLAC decoder is now available through the <A HREF="http://jflac.sourceforge.net/">jFLAC project</A>.</P>
|
||||
<P>Metallica is offering <A HREF="http://www.livemetallica.com/">soundboard recordings of live shows in FLAC format</A>.</P>
|
||||
<P><I>last updated 2004-Sep-18</I></P><!-- @@@ remember to update the date after changes -->
|
||||
<P><I>last updated 2004-Oct-01</I></P><!-- @@@ remember to update the date after changes -->
|
||||
</FONT>
|
||||
</TD></TR>
|
||||
</TABLE>
|
||||
@ -232,7 +232,7 @@
|
||||
</TABLE>
|
||||
<TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0"><TR BGCOLOR="#000000"><TD><IMG SRC="images/1x1.gif" WIDTH="1" HEIGHT="1" ALT=""></TD></TR></TABLE>
|
||||
<TABLE CELLSPACING="0" CELLPADDING="3" WIDTH="100%" BORDER="0" BGCOLOR="#EEEED4">
|
||||
<TR><TD BGCOLOR="#EEEED4"><SMALL><FONT FACE="Lucida,Verdana,Helvetica,Arial"><A HREF="news.html#20040918">18-Sep-2004</A> :<BR> Version 1.1.1 released<BR></FONT></SMALL></TD></TR>
|
||||
<TR><TD BGCOLOR="#EEEED4"><SMALL><FONT FACE="Lucida,Verdana,Helvetica,Arial"><A HREF="news.html#20041001">01-Oct-2004</A> :<BR> Version 1.1.1 released<BR></FONT></SMALL></TD></TR>
|
||||
<TR><TD BGCOLOR="#EEEED4"><SMALL><FONT FACE="Lucida,Verdana,Helvetica,Arial"><A HREF="news.html#20040727">27-Jul-2004</A> :<BR> The Furthur network now supports FLAC<BR></FONT></SMALL></TD></TR>
|
||||
<TR><TD BGCOLOR="#EEEED4"><SMALL><FONT FACE="Lucida,Verdana,Helvetica,Arial"><A HREF="news.html#20040621">21-Jun-2004</A> :<BR> Bonnaroo soundboard recordings available in FLAC<BR></FONT></SMALL></TD></TR>
|
||||
<TR><TD BGCOLOR="#EEEED4"><SMALL><FONT FACE="Lucida,Verdana,Helvetica,Arial"><A HREF="news.html#20040303">03-Mar-2004</A> :<BR> Metallica offers live shows in FLAC<BR></FONT></SMALL></TD></TR>
|
||||
|
@ -81,7 +81,7 @@
|
||||
<TR><TD><FONT FACE="Lucida,Verdana,Helvetica,Arial">
|
||||
|
||||
<P>
|
||||
<A NAME="20040918">18-Sep-2004:</A>
|
||||
<A NAME="20041001">1-Oct-2004:</A>
|
||||
</P>
|
||||
<P>
|
||||
<UL>
|
||||
|
@ -56,9 +56,9 @@ FLAC_API const char *FLAC__VERSION_STRING = VERSION;
|
||||
|
||||
#if defined _MSC_VER || defined __MINW32__
|
||||
/* yet one more hack because of MSVC6: */
|
||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC 1.1.1 20040918";
|
||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC 1.1.1 20041001";
|
||||
#else
|
||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20040918";
|
||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20041001";
|
||||
#endif
|
||||
|
||||
FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };
|
||||
|
Loading…
Reference in New Issue
Block a user