From 8008739dc5acd272dc56a4702493feb3645d5d35 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Mon, 29 Jan 2007 00:43:27 +0000 Subject: [PATCH] make CVS vendor string --- src/libFLAC/format.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libFLAC/format.c b/src/libFLAC/format.c index af384ea..65c639c 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 __BORLANDC__ || defined __MINW32__ /* yet one more hack because of MSVC6: */ -FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC 1.1.3 20061120"; +FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC 1.1.3 20070128-CVS"; #else -FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20061120"; +FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20070128-CVS"; #endif FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' }; -- 2.7.4