bump version number to 1.1.2-beta

This commit is contained in:
Josh Coalson
2005-02-02 01:54:03 +00:00
parent 318bc931ec
commit e68328ea01
10 changed files with 16 additions and 16 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 20041001";
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC 1.1.2-beta 20050201";
#else
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20041001";
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20050201";
#endif
FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };