diff --git a/doc/Changelog.html b/doc/Changelog.html index f698e5ad..2bbdb543 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -27,6 +27,8 @@ a:visited { color: #0000EE; }
  • Updated SoX to to v14.4.0 RC-3 (2012-02-20), compiled with ICL 12.1.7 and MSVC 10.0
  • Updated Monkey's Audio binary to v4.11 (2011-04-20)
  • Updated Musepack decoder to revision 475 (2011-08-10), compiled with ICL 12.1.6 and MSVC 10.0 +
  • Updated GnuPG to v1.4.12, compiled with GCC 4.6.1 +
  • Updated language files (big thank-you to all contributors !!!)
  • Implemented coalescing of update signals to reduce the CPU usage of the LameXP process (details)
  • Run more than four instances in parallel on systems with more than four CPU cores (details)
  • Improved handling of different character encodings for Playlist and Cue Sheet import diff --git a/res/tools/gpgv.exe b/res/tools/gpgv.exe index a0dfbf43..2112c281 100644 Binary files a/res/tools/gpgv.exe and b/res/tools/gpgv.exe differ diff --git a/res/tools/wupdate.exe b/res/tools/wupdate.exe index 1c04b6b4..98c52d1e 100644 Binary files a/res/tools/wupdate.exe and b/res/tools/wupdate.exe differ diff --git a/src/Config.h b/src/Config.h index ad7e3d98..c4fdf887 100644 --- a/src/Config.h +++ b/src/Config.h @@ -30,7 +30,7 @@ #define VER_LAMEXP_MINOR_LO 4 #define VER_LAMEXP_TYPE Beta #define VER_LAMEXP_PATCH 5 -#define VER_LAMEXP_BUILD 905 +#define VER_LAMEXP_BUILD 906 /////////////////////////////////////////////////////////////////////////////// // Tool versions (minimum expected versions!)