mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
bump version string to 1.0.5_beta2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user