update version to 0.9

This commit is contained in:
Josh Coalson
2001-03-21 23:18:04 +00:00
parent d309468471
commit 2bfc33d40a
4 changed files with 18 additions and 18 deletions

View File

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