bump version string to 1.0.5_beta2

This commit is contained in:
Josh Coalson
2003-01-08 08:06:53 +00:00
parent 0c671c842e
commit 75d78a352e
16 changed files with 27 additions and 27 deletions

View File

@@ -37,7 +37,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.0.5-beta1 20030102";
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC 1.0.5_beta2 20030102";
#else
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20030102";
#endif