diff --git a/doc/Changelog.html b/doc/Changelog.html
index 104f46b5..989f9d5a 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -29,6 +29,8 @@ a:visited { color: #0000EE; }
Updated SoX to v14.3.2 (2010-02-27), compiled with ICL 12.0.2
Updated MediaInfo to v0.7.43 (2011-03-20), compiled with ICL 12.0.2 and MSVC 9.0
Updated language files (big thank-you to all contributors !!!)
+Fixed a problem with the LAME encoder that could cause glitches (VBR mode), reported by Wolfgang Waldeck
+Fixed a problem with the LAME encoder that could cause very slow encoding speed
Fixed a bug that caused AAC encoding to fail in CBR mode (the "-2pass" parameter was set wrongly)
A warning message will be emitted, if diskspace drops below a critical limit while processing
diff --git a/src/Config.h b/src/Config.h
index e4850b52..2ecec941 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -25,8 +25,8 @@
#define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 1
-#define VER_LAMEXP_BUILD 417
-#define VER_LAMEXP_SUFFIX RC-3
+#define VER_LAMEXP_BUILD 418
+#define VER_LAMEXP_SUFFIX Final-1
/*
* Tools versions