mirror of https://github.com/xiph/flac
bump release date to 7/15/07
This commit is contained in:
parent
50bf3debb4
commit
a1584f63b0
|
@ -61,9 +61,9 @@ FLAC_API const char *FLAC__VERSION_STRING = VERSION;
|
|||
|
||||
#if defined _MSC_VER || defined __BORLANDC__ || defined __MINW32__
|
||||
/* yet one more hack because of MSVC6: */
|
||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC 1.2.0 20070707";
|
||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC 1.2.0 20070715";
|
||||
#else
|
||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20070707";
|
||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20070715";
|
||||
#endif
|
||||
|
||||
FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
reference libFLAC 1.2.0 20070707
|
||||
reference libFLAC 1.2.0 20070715
|
||||
ARTIST=The_artist_formerly_known_as_the_artist...
|
||||
ARTIST=Chuck_Woolery
|
||||
ARTIST=Vern
|
||||
|
|
Loading…
Reference in New Issue