diff --git a/doc/html/index.html b/doc/html/index.html
index 7fb993d4..5d9cc023 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -94,7 +94,7 @@
We've just discovered that the Roku Soundbridge now supports FLAC.
A Java native FLAC decoder is now available through the jFLAC project.
Metallica is offering soundboard recordings of live shows in FLAC format.
- last updated 2004-Sep-18
+ last updated 2004-Oct-01
@@ -232,7 +232,7 @@
 |
- 18-Sep-2004 : Version 1.1.1 released
|
+ 01-Oct-2004 : Version 1.1.1 released
|
27-Jul-2004 : The Furthur network now supports FLAC
|
21-Jun-2004 : Bonnaroo soundboard recordings available in FLAC
|
03-Mar-2004 : Metallica offers live shows in FLAC
|
diff --git a/doc/html/news.html b/doc/html/news.html
index e0229fe7..aeeb86c6 100644
--- a/doc/html/news.html
+++ b/doc/html/news.html
@@ -81,7 +81,7 @@
|
- 18-Sep-2004:
+ 1-Oct-2004:
diff --git a/src/libFLAC/format.c b/src/libFLAC/format.c
index dd7a200d..d4ac5acb 100644
--- a/src/libFLAC/format.c
+++ b/src/libFLAC/format.c
@@ -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' };
|