bump version number to 1.0.4_beta

This commit is contained in:
Josh Coalson
2002-09-09 22:16:55 +00:00
parent 4fbf2bb890
commit 6b2efd002f
13 changed files with 23 additions and 23 deletions

View File

@@ -30,9 +30,9 @@
#if defined _MSC_VER || defined __MINW32__
/* yet one more hack because of MSVC6: */
const FLAC__byte *FLAC__VENDOR_STRING = "reference libFLAC 1.0.4_beta 20020823";
const FLAC__byte *FLAC__VENDOR_STRING = "reference libFLAC 1.0.4_beta 20020910";
#else
const FLAC__byte *FLAC__VENDOR_STRING = "reference libFLAC " FLAC__VERSION_STRING " 20020823";
const FLAC__byte *FLAC__VENDOR_STRING = "reference libFLAC " FLAC__VERSION_STRING " 20020910";
#endif
const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };