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

@@ -21,9 +21,6 @@
#include <stdio.h>
#include "FLAC/format.h"
const unsigned FLAC__MAJOR_VERSION = 0;
const unsigned FLAC__MINOR_VERSION = 5;
const byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };
const unsigned FLAC__STREAM_SYNC = 0x664C6143;
const unsigned FLAC__STREAM_SYNC_LEN = 32; /* bits */;