mirror of https://github.com/xiph/flac
bump version to 1.1.3
This commit is contained in:
parent
95b8968389
commit
e5ad6bde89
|
@ -56,10 +56,9 @@ FLAC_API const char *FLAC__VERSION_STRING = VERSION;
|
|||
|
||||
#if defined _MSC_VER || defined __MINW32__
|
||||
/* yet one more hack because of MSVC6: */
|
||||
/*@@@@@@WAS:FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC 1.1.2 20050205";*/
|
||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC CVS 20060425";
|
||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC 1.1.3 20060831";
|
||||
#else
|
||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20060425";
|
||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20060831";
|
||||
#endif
|
||||
|
||||
FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };
|
||||
|
|
Loading…
Reference in New Issue