bump release date to 2004-Oct-01
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 28 Sep 2004 00:53:43 +0000 (00:53 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 28 Sep 2004 00:53:43 +0000 (00:53 +0000)
doc/html/index.html
doc/html/news.html
src/libFLAC/format.c

index 7fb993d49c4446f2dae8bcbdec7b8530626367f8..5d9cc023307cd33cc03a57bbbca50ac83f261fe6 100644 (file)
@@ -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>
        </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>&nbsp;&nbsp;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>&nbsp;&nbsp;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>&nbsp;&nbsp;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>&nbsp;&nbsp;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>&nbsp;&nbsp;Metallica offers live shows in FLAC<BR></FONT></SMALL></TD></TR>
index e0229fe78383599cf32735b5e92c1125f2e969e9..aeeb86c6f68f2bb5ac679377014435dec0182a6c 100644 (file)
@@ -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>
index dd7a200dc398736a3a63ab39f833fabf8eaaad0c..d4ac5acb9ab0f73eacabbd3af25c0b69c42ee601 100644 (file)
@@ -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' };