update version number to 0.7

This commit is contained in:
Josh Coalson
2001-02-12 09:07:51 +00:00
parent 58c84a2edd
commit ad03414e4f
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.6"
#define FLAC__VERSION_STRING "0.7"
#endif
extern const byte FLAC__STREAM_SYNC_STRING[4]; /* = "fLaC" */;