bump version number to 1.1.1

This commit is contained in:
Josh Coalson
2004-09-10 00:20:04 +00:00
parent 5b0803e520
commit c28ec32289
7 changed files with 73 additions and 73 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-beta1 20040731";
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC 1.1.1 20040912";
#else
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20040731";
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20040912";
#endif
FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };