fix default version number

This commit is contained in:
Josh Coalson
2001-01-26 21:29:35 +00:00
parent 2353aee8a1
commit 0f98d57856

View File

@@ -40,7 +40,7 @@
#ifdef VERSION
#define FLAC__VERSION_STRING VERSION
#else
#define FLAC__VERSION_STRING "DEVEL"
#define FLAC__VERSION_STRING "0.6"
#endif
extern const byte FLAC__STREAM_SYNC_STRING[4]; /* = "fLaC" */;