fix default versioning behavior

This commit is contained in:
Josh Coalson
2001-06-18 21:30:39 +00:00
parent cd66fc0786
commit 287fccd661
3 changed files with 4 additions and 6 deletions

View File

@@ -40,8 +40,6 @@
/* VERSION should come from configure */
#ifdef VERSION
#define FLAC__VERSION_STRING VERSION
#else
#define FLAC__VERSION_STRING "0.10"
#endif
extern const byte FLAC__STREAM_SYNC_STRING[4]; /* = "fLaC" */;