drop major/minor version numbers, use just version string

This commit is contained in:
Josh Coalson
2001-01-24 19:01:07 +00:00
parent 8f7dfd5b5f
commit e6898a37f8
4 changed files with 3 additions and 8 deletions

View File

@@ -38,8 +38,6 @@
/* VERSION comes from configure */
#define FLAC__VERSION_STRING VERSION
extern const unsigned FLAC__MAJOR_VERSION;
extern const unsigned FLAC__MINOR_VERSION;
extern const byte FLAC__STREAM_SYNC_STRING[4]; /* = "fLaC" */;
extern const unsigned FLAC__STREAM_SYNC; /* = 0x664C6143 */;