diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2001-02-23 21:13:02 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2001-02-23 21:13:02 +0000 |
commit | 2689b94be79a28f6643c77c508c0529acbabae21 (patch) | |
tree | 5262e4e0dd59b94abcde21cb70b21322495eac5b /include | |
parent | 5200d52515328dbd76d6c4555c88bf6e960351e2 (diff) | |
download | flac-2689b94be79a28f6643c77c508c0529acbabae21.tar.gz |
update version number to 0.8
Diffstat (limited to 'include')
-rw-r--r-- | include/FLAC/format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/FLAC/format.h b/include/FLAC/format.h index 790fe596..e5fcafec 100644 --- a/include/FLAC/format.h +++ b/include/FLAC/format.h @@ -40,7 +40,7 @@ #ifdef VERSION #define FLAC__VERSION_STRING VERSION #else -#define FLAC__VERSION_STRING "0.7" +#define FLAC__VERSION_STRING "0.8" #endif extern const byte FLAC__STREAM_SYNC_STRING[4]; /* = "fLaC" */; |