bump version to 1.1.3-beta2

This commit is contained in:
Josh Coalson
2006-10-16 16:17:18 +00:00
parent 32637e0efd
commit b1f323810b
9 changed files with 12 additions and 12 deletions

View File

@@ -56,7 +56,7 @@ 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-beta1 20061010";
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC 1.1.3-beta2 20061016";
#else
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20061010";
#endif