From 51c8dd49e4ee0498ad72686fa0f44a201793a862 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 14 Sep 2004 03:40:35 +0000 Subject: [PATCH] bump release date to 2004-09-18 --- doc/html/index.html | 2 +- doc/html/news.html | 2 +- src/libFLAC/format.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 @@
- + 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 :
  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

- 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' };