bump release date to 2004-09-18

This commit is contained in:
Josh Coalson
2004-09-14 03:40:35 +00:00
parent ffc4c636fb
commit 51c8dd49e4
3 changed files with 4 additions and 4 deletions

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