diff --git a/res/tools/faad.exe b/res/tools/faad.exe
index 249b05f7..93fd6c02 100644
Binary files a/res/tools/faad.exe and b/res/tools/faad.exe differ
diff --git a/src/Config.h b/src/Config.h
index 88ea89cd..cfb3d127 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -25,7 +25,7 @@
#define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 0
-#define VER_LAMEXP_BUILD 115
+#define VER_LAMEXP_BUILD 116
#define VER_LAMEXP_SUFFIX TechPreview
/*
diff --git a/src/Dialog_About.cpp b/src/Dialog_About.cpp
index f086918e..0866c9aa 100644
--- a/src/Dialog_About.cpp
+++ b/src/Dialog_About.cpp
@@ -74,6 +74,8 @@ AboutDialog::AboutDialog(SettingsModel *settings, QWidget *parent, bool firstSta
aboutText += "
";
aboutText += "This software uses the 'slick' icon set by Mark James – http://www.famfamfam.com/.
";
aboutText += "Released under the Creative Commons Attribution 2.5 License.
";
+ aboutText += "
";
+ aboutText += QString("Special thanks go out to \"John33\" from %1 for continuous support.
").arg(LINK("http://www.RareWares.org/"));
setText(aboutText);
setIconPixmap(dynamic_cast(QApplication::instance())->windowIcon().pixmap(QSize(64,64)));
diff --git a/src/Thread_Initialization.cpp b/src/Thread_Initialization.cpp
index 01b5dc24..6da387a5 100644
--- a/src/Thread_Initialization.cpp
+++ b/src/Thread_Initialization.cpp
@@ -41,7 +41,7 @@ struct lamexp_tool_t
static const struct lamexp_tool_t g_lamexp_tools[] =
{
{"153f4274702f3629093b561a31dbf50e2c146305", "alac.exe"},
- {"610bd36eb882666f89e3939ec4d928d13b60b63f", "faad.exe"},
+ {"097dd004f44dbda57dbaeb5f15b34a220724ad60", "faad.exe"},
{"070bf98f78e572a97e4703ef5720c682567a6a56", "flac.exe"},
{"cf379081035ae6bfb6f7bc22f13bfb7ac6302ac5", "gpgv.exe"},
{"d837bf6ee4dab557d8b02d46c75a24e58980fffa", "gpgv.gpg"},