bump version info

This commit is contained in:
Josh Coalson
2004-03-16 18:18:04 +00:00
parent 287ba3ac64
commit 3e2a733863
5 changed files with 7 additions and 7 deletions

View File

@@ -49,9 +49,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 CVS 20031217";
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC CVS 20040316";
#else
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20031217";
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20040316";
#endif
FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };