diff --git a/doc/FAQ.html b/doc/FAQ.html
index 33f58963..9221dc05 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -310,33 +310,35 @@ use any suitable archiver, such as
+QAAC Encoder
+
+Optionally LameXP supports the QAAC encoder, i.e. the AAC encoder used by QuickTime and iTunes. Just like the
+Nero AAC encoder, the QAAC encoder can NOT be redistributed along with LameXP. Thus if you want to use the
+QAAC encoder, then you have to install QuickTime v7.7.1 (or newer). Alternatively iTunes v10.5 (or newer) can
+be installed. Both, QuickTime and iTunes, can be downloaded for free from the official Apple web-site.
+
+In order to enable the QAAC Encoder support you will also need the 'QAAC Encoder Add-in' for LameXP:
+
+Please follow the install instructions that are included with the 'QAAC Encoder Add-in' download package!
+Note that you do NOT need to install this Add-in, if you only want to use the Nero AAC Encoder.
+
+
+FHG AAC Encoder
+
Optionally LameXP also supports the FHG AAC Encoder now. Just like the Nero encoder, the FHG encoder can NOT
be redistributed along with LameXP. However the FHG AAC Encoder is included with Winamp v5.62, which is
available as a free download (you don't need to buy the "Pro" version!) from the official Winamp web-site at:
+http://download.nullsoft.com/winamp/client/winamp5623_full_emusic-7plus_all.exe
In order to enable the FHG AAC Encoder support you will also need the 'FHG AAC Encoder Add-in' for LameXP:
+http://www.mediafire.com/file/on0m45l7z26fmch/LameXP.fhgaacenc-addin.2011-08-22.zip
+http://mulder.brhack.net/public/add-in/LameXP.fhgaacenc-addin.2011-08-22.zip
Please follow the install instructions that are included with the 'FHG AAC Encoder Add-in' download package!
-Note that you do NOT need to install the Add-in, if you only want to use the Nero AAC Encoder.
-
-
-As a third option, LameXP supports the QAAC encoder, i.e. the AAC encoder of QuickTime/iTunes. Just like the
-other two AAC encoders, the QAAC encoder can NOT be redistributed along with LameXP. Thus if you want to use
-the QAAC encoder, then you have to install QuickTime v7.7.1 (or newer). Alternatively iTunes v10.5 (or newer)
-can be installed. Both, QuickTime and iTunes, can be downloaded for free from the official Apple web-site.
-
-In addition to installing QuickTime/iTunes, you must download the QAAC encoder from this web-site. Then put
-'qaac.exe' and 'libsoxrate.dll' as well as 'msvcr100.dll' and 'msvcp100.dll' into the same directory where
-your LameXP executable ('LameXP.exe') is located. QAAC will then be "enabled" on the next startup of LameXP.
+Note that you do NOT need to install this Add-in, if you only want to use the Nero AAC Encoder.
diff --git a/src/Config.h b/src/Config.h
index 9805c847..034860ca 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -29,8 +29,8 @@
#define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 4
#define VER_LAMEXP_TYPE Beta
-#define VER_LAMEXP_PATCH 4
-#define VER_LAMEXP_BUILD 899
+#define VER_LAMEXP_PATCH 5
+#define VER_LAMEXP_BUILD 900
///////////////////////////////////////////////////////////////////////////////
// Tool versions (minimum expected versions!)
@@ -38,7 +38,7 @@
#define VER_LAMEXP_TOOL_NEROAAC 1540
#define VER_LAMEXP_TOOL_FHGAACENC 20110822
-#define VER_LAMEXP_TOOL_QAAC 105
+#define VER_LAMEXP_TOOL_QAAC 131
#define VER_LAMEXP_TOOL_COREAUDIO 7710
///////////////////////////////////////////////////////////////////////////////