diff --git a/doc/Changelog.html b/doc/Changelog.html
index 15b94dd7..261231ef 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -25,10 +25,12 @@ a:visited { color: #0000EE; }
Added Polish translation, thanks to Sir Daniel K <sir.daniel.k@gmail.com>
Added channel equalization options to the normalization filter (also fixes multi-channel processing)
Updated Qt runtime libraries to v4.8.0 RC-1 (2011-10-13), compiled with MSVC 10.0
+Updated LAME encoder to v3.99 Final (2011-10-17), compiled with ICL 12.1.6 and MSVC 10.0 (details)
Updated mpg123 decoder to v1.13.4 (2011-09-07), compiled with GCC 4.6.1
Updated MediaInfo to v0.7.50 (2011-09-23), compiled with MSVC 10.0
Updated language files (big thank-you to all contributors !!!)
Improved "downmix" filter by using explicit channel mappings for each number of input channels
+Fixed a potential bug in CPU type detection that might have caused the wrong binary to be used
Fixed Cue Sheet import for tracks with certain characters in the title
Workaround for malicious "anti-virus" programs that prevent innocent applications from functioning
Enabled "Aero Glass" theme in installer and web-update program (Vista and Windows 7 only)
diff --git a/doc/FAQ.html b/doc/FAQ.html
index 02772a9e..b9e49433 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -502,7 +502,9 @@ meta tags (through the CLI front-end, on the Windows platform). However LAME v3.
So far we have not encountered any noteworthy problems with LAME v3.99. If, however, you encounter a problem
with LAME v3.99, please report your finding to the LAME development team. Do NOT submit any LAME-specific bug
-reports to the LameXP developers, as we generally cannot analyze/fix problems specific to the LAME encoder.
+reports to the LameXP developers, as we generally cannot analyze/fix problems specific to the LAME encoder.
+
+[UPDATE] LAME v3.99 has been release on 2011-10-15, so that's the recommended "stable" version now! [/UPDATE]
diff --git a/res/tools/lame.i386.exe b/res/tools/lame.i386.exe
index c087e726..1e0361a8 100644
Binary files a/res/tools/lame.i386.exe and b/res/tools/lame.i386.exe differ
diff --git a/res/tools/lame.sse2.exe b/res/tools/lame.sse2.exe
index 4241caa8..9b3ed2c9 100644
Binary files a/res/tools/lame.sse2.exe and b/res/tools/lame.sse2.exe differ
diff --git a/src/Dialog_About.cpp b/src/Dialog_About.cpp
index 38956ab9..79ec7d65 100644
--- a/src/Dialog_About.cpp
+++ b/src/Dialog_About.cpp
@@ -351,7 +351,7 @@ void AboutDialog::showMoreAbout(void)
moreAboutText += makeToolText
(
tr("LAME - OpenSource mp3 Encoder"),
- "lame.exe", "v?.??, Beta-?",
+ "lame.exe", "v?.??, Final-?",
tr("Released under the terms of the GNU Lesser General Public License."),
"http://lame.sourceforge.net/"
);