diff --git a/doc/Changelog.html b/doc/Changelog.html index 496fe42d..ddb0739e 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -12,6 +12,7 @@
  • Added an option to select a user-defined TEMP directory
  • Updated LAME encoder to v3.99.0.14 (2011-02-28), compiled with ICL 12.0.2
  • Updated Vorbis encoder to v2.87 using aoTuV Beta-6.02 (2011-02-28), compiled with ICL 11.1 and MSVC 9.0 +
  • Updated MediaInfo to v0.7.42 (2011-03-03), compiled with ICL 12.0.2 and MSVC 9.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 07b4a63b..d354501f 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 b62ebe7e..cfb8c731 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 a82f7848..d7a7fc11 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 349 -#define VER_LAMEXP_SUFFIX Beta-5 +#define VER_LAMEXP_BUILD 350 +#define VER_LAMEXP_SUFFIX Beta-6 /* * Tools versions diff --git a/src/Main.cpp b/src/Main.cpp index 7b4de7b6..a3b8e269 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -213,7 +213,7 @@ extern "C" { void __declspec(dllexport) __stdcall Test(HWND hwnd, HINSTANCE hinst, LPSTR lpszCmdLine, int nCmdShow) { - OutputDebugStringA("Hello cruel world!"); - MessageBoxA(0, lpszCmdLine, "LameXP v9.0", MB_ICONINFORMATION); + OutputDebugStringA(lpszCmdLine); + MessageBoxA(0, lpszCmdLine, "LameXP is here!", MB_ICONINFORMATION); } -} \ No newline at end of file +} diff --git a/src/Thread_Initialization.cpp b/src/Thread_Initialization.cpp index 2a65155d..631c88f7 100644 --- a/src/Thread_Initialization.cpp +++ b/src/Thread_Initialization.cpp @@ -55,8 +55,8 @@ g_lamexp_tools[] = {"d837bf6ee4dab557d8b02d46c75a24e58980fffa", "gpgv.gpg", UINT_MAX}, {"62e301a56be4b56fc053710042d58992f25b1773", "lame.exe", 39914}, {"a4e929cfaa42fa2e61a3d0c6434c77a06d45aef3", "mac.exe", 406}, - {"ec235c6404caa31e7975e9bbf9ba59599258ae1d", "mediainfo_i386.exe", 741}, - {"72d7efdcafc2dee3b534f27ab6e01916d02ba470", "mediainfo_x64.exe", 741}, + {"e83cad851d1f0d13057736d9133767960b5ca514", "mediainfo_i386.exe", 742}, + {"6fb20ea7492fcf984e99957b7a3c5fe4fb06cca2", "mediainfo_x64.exe", 742}, {"aa89763a5ba4d1a5986549b9ee53e005c51940c1", "mpcdec.exe", 435}, {"38f81efca6c1eeab0b9dc39d06c2ac750267217f", "mpg123.exe", 1132}, {"8dd7138714c3bcb39f5a3213413addba13d06f1e", "oggdec.exe", UINT_MAX},