bump version number to 1.1.3-beta1

This commit is contained in:
Josh Coalson
2006-10-10 03:45:23 +00:00
parent 42228b33e2
commit 663a2afea4
9 changed files with 13 additions and 13 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.3 20060831";
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC 1.1.3-beta1 20061010";
#else
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20060831";
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20061010";
#endif
FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };