From 22d933a52bfce361d84a0823fda8f7120b9ca5be Mon Sep 17 00:00:00 2001 From: lordmulder Date: Mon, 4 Apr 2011 21:26:25 +0200 Subject: [PATCH] Bump version. --- doc/Changelog.html | 2 ++ src/Config.h | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/Changelog.html b/doc/Changelog.html index 104f46b59..989f9d5ad 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -29,6 +29,8 @@

LameXP - Version History


  • Updated SoX to v14.3.2 (2010-02-27), compiled with ICL 12.0.2
  • Updated MediaInfo to v0.7.43 (2011-03-20), compiled with ICL 12.0.2 and MSVC 9.0
  • Updated language files (big thank-you to all contributors !!!) +
  • Fixed a problem with the LAME encoder that could cause glitches (VBR mode), reported by Wolfgang Waldeck +
  • Fixed a problem with the LAME encoder that could cause very slow encoding speed
  • Fixed a bug that caused AAC encoding to fail in CBR mode (the "-2pass" parameter was set wrongly)
  • A warning message will be emitted, if diskspace drops below a critical limit while processing
    diff --git a/src/Config.h b/src/Config.h index e4850b524..2ecec9410 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 417 -#define VER_LAMEXP_SUFFIX RC-3 +#define VER_LAMEXP_BUILD 418 +#define VER_LAMEXP_SUFFIX Final-1 /* * Tools versions