trunk/src/lib/libflac/libflac/format.c
| r22939 | r22940 | |
| 57 | 57 | #endif |
| 58 | 58 | |
| 59 | 59 | /* VERSION should come from configure */ |
| 60 | | FLAC_API const char *FLAC__VERSION_STRING = VERSION; |
| 60 | FLAC_API const char *FLAC__VERSION_STRING = "1.2.1"; |
| 61 | 61 | |
| 62 | 62 | #if defined _MSC_VER || defined __BORLANDC__ || defined __MINW32__ |
| 63 | 63 | /* yet one more hack because of MSVC6: */ |
| 64 | 64 | FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC 1.2.1 20070917"; |
| 65 | 65 | #else |
| 66 | | FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20070917"; |
| 66 | FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " "1.2.1" " 20070917"; |
| 67 | 67 | #endif |
| 68 | 68 | |
| 69 | 69 | FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' }; |