summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2001-02-23 21:13:02 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2001-02-23 21:13:02 +0000
commit2689b94be79a28f6643c77c508c0529acbabae21 (patch)
tree5262e4e0dd59b94abcde21cb70b21322495eac5b /include
parent5200d52515328dbd76d6c4555c88bf6e960351e2 (diff)
downloadflac-2689b94be79a28f6643c77c508c0529acbabae21.tar.gz
update version number to 0.8
Diffstat (limited to 'include')
-rw-r--r--include/FLAC/format.h2
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" */;