diff --git a/doc/Changelog.html b/doc/Changelog.html
index 196fc86c..89a45b19 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -23,7 +23,7 @@ a:visited { color: #0000EE; }
Added a method to use custom tools instead of the "built-in" ones (see FAQ doc for details)
Updated Qt runtime libraries to v4.7.3
Updated LAME encoder to v3.99.1.0 (2011-04-15), compiled with ICL 12.0.3 and MSVC 10.0 (details)
-Updated MediaInfo to v0.7.43 (2011-04-10), compiled with ICL 12.0.3 and MSVC 10.0
+Updated MediaInfo to v0.7.44 (2011-04-19), compiled with ICL 12.0.3 and MSVC 10.0
Updated language files (big thank-you to all contributors !!!)
diff --git a/res/tools/mediainfo.i386.exe b/res/tools/mediainfo.i386.exe
index 6ed80eb6..1c019ef2 100644
Binary files a/res/tools/mediainfo.i386.exe and b/res/tools/mediainfo.i386.exe differ
diff --git a/res/tools/mediainfo.x64.exe b/res/tools/mediainfo.x64.exe
index 143d4f29..aac52365 100644
Binary files a/res/tools/mediainfo.x64.exe and b/res/tools/mediainfo.x64.exe differ
diff --git a/src/Config.h b/src/Config.h
index 940ab495..21237d3d 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -29,8 +29,8 @@
#define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 2
#define VER_LAMEXP_TYPE Alpha
-#define VER_LAMEXP_PATCH 4
-#define VER_LAMEXP_BUILD 452
+#define VER_LAMEXP_PATCH 6
+#define VER_LAMEXP_BUILD 453
///////////////////////////////////////////////////////////////////////////////
// Tools versions
diff --git a/src/Dialog_About.cpp b/src/Dialog_About.cpp
index 72d691ea..b4b889ac 100644
--- a/src/Dialog_About.cpp
+++ b/src/Dialog_About.cpp
@@ -294,7 +294,7 @@ void AboutDialog::showMoreAbout(void)
moreAboutText += makeToolText
(
tr("OggEnc − Ogg Vorbis Encoder"),
- "oggenc2_i386.exe", "v?.??, aoTuV Beta-?.??",
+ "oggenc2.exe", "v?.??, aoTuV Beta-?.??",
tr("Completely open and patent-free audio encoding technology."),
"http://www.vorbis.com/"
);
@@ -383,7 +383,7 @@ void AboutDialog::showMoreAbout(void)
moreAboutText += makeToolText
(
tr("MediaInfo − Media File Analysis Tool"),
- "mediainfo_i386.exe", "v?.?.??",
+ "mediainfo.exe", "v?.?.??",
tr("Released under the terms of the GNU Lesser General Public License."),
"http://mediainfo.sourceforge.net/"
);
diff --git a/src/Thread_Initialization.cpp b/src/Thread_Initialization.cpp
index 97169fde..72322d53 100644
--- a/src/Thread_Initialization.cpp
+++ b/src/Thread_Initialization.cpp
@@ -60,8 +60,8 @@ g_lamexp_tools[] =
{"d837bf6ee4dab557d8b02d46c75a24e58980fffa", CPU_TYPE_ALL, "gpgv.gpg", UINT_MAX},
{"d5b3b80220d85a9fd2f486e37c1fb6511f3c2d72", CPU_TYPE_ALL, "lame.exe", 3990},
{"a4e929cfaa42fa2e61a3d0c6434c77a06d45aef3", CPU_TYPE_ALL, "mac.exe", 406},
- {"9ee3074dc3232c61c0ffd6ae6755f65974695c51", CPU_TYPE_GEN, "mediainfo.i386.exe", 743},
- {"3691da33a4efd7625d1bd01cbf5ce6ffd8a12d19", CPU_TYPE_X64, "mediainfo.x64.exe", 743},
+ {"3cbf0c5afba64378ca30f646b57741d877be520a", CPU_TYPE_GEN, "mediainfo.i386.exe", 744},
+ {"69f8733ad935d71d48cc3d907b4596adbabb2e81", CPU_TYPE_X64, "mediainfo.x64.exe", 744},
{"aa89763a5ba4d1a5986549b9ee53e005c51940c1", CPU_TYPE_ALL, "mpcdec.exe", 435},
{"38f81efca6c1eeab0b9dc39d06c2ac750267217f", CPU_TYPE_ALL, "mpg123.exe", 1132},
{"8dd7138714c3bcb39f5a3213413addba13d06f1e", CPU_TYPE_ALL, "oggdec.exe", UINT_MAX},