update version number to 0.10

This commit is contained in:
Josh Coalson
2001-05-29 18:45:05 +00:00
parent 1aafa64cf5
commit 7686377ceb
3 changed files with 5 additions and 5 deletions

View File

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