From 9b80c510665bce4b4acd8521443f619ccaa109c6 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 21 Jun 2011 17:08:01 +0200 Subject: [PATCH] release_notes: fix version Signed-off-by: Michael Niedermayer --- doc/RELEASE_NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.