diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-06-21 17:08:01 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-06-21 17:08:01 +0200 |
commit | 9b80c510665bce4b4acd8521443f619ccaa109c6 (patch) | |
tree | ca025c341596919070bb4f8404eb58b541e0b289 | |
parent | c0c5053587487fc066c0e8adac30568b5fdcf15c (diff) | |
download | ffmpeg-9b80c510665bce4b4acd8521443f619ccaa109c6.tar.gz |
release_notes: fix version
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/RELEASE_NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 39dd1060de..6564002621 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -12,7 +12,7 @@ This release enables frame-based multithreaded decoding for a number of codecs, including theora, huffyuv, VP8, H.263, mpeg4 and H.264. Additionally, there has been a major cleanup of both internal and external APIs. For this reason, the major versions of all -libraries have been bumped. On the one hand, this means that 0.7 can be installed +libraries have been bumped. On the one hand, this means that 0.8 can be installed side-by-side with previous releases, on the other hand, in order to benefit from the new features, applications need to be recompiled. |