diff --git a/Changelog b/Changelog index 076ec8f30b..912d7273c0 100644 --- a/Changelog +++ b/Changelog @@ -3,6 +3,9 @@ releases are sorted from youngest to oldest. version next: + +version 0.10.10 + - x86: fft: Remove 3DNow! optimizations, they break FATE - x86: ac3dsp: Drop mmx variant of ac3_max_msb_abs_int16 - aac: Check init_get_bits return value diff --git a/Doxyfile b/Doxyfile index c19f09cd53..0018f58f0f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = FFmpeg # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.10.9 +PROJECT_NUMBER = 0.10.10 # With the PROJECT_LOGO tag one can specify an logo or icon that is included # in the documentation. The maximum height of the logo should not exceed 55 diff --git a/RELEASE b/RELEASE index f314d02022..ddf1d4ae68 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -0.10.9 +0.10.10 diff --git a/VERSION b/VERSION index f314d02022..ddf1d4ae68 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.9 +0.10.10