diff --git a/doc/html/index.html b/doc/html/index.html
index 244ae56c..b3cf1092 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -231,7 +231,7 @@
- 12-Sep-2004 : Version 1.1.1 released
|
+ 18-Sep-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 39fbab9e..e0229fe7 100644
--- a/doc/html/news.html
+++ b/doc/html/news.html
@@ -81,7 +81,7 @@
|
- 12-Sep-2004:
+ 18-Sep-2004:
diff --git a/src/libFLAC/format.c b/src/libFLAC/format.c
index 319ba9c3..dd7a200d 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 20040912";
+FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC 1.1.1 20040918";
#else
-FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20040912";
+FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20040918";
#endif
FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };
|