diff --git a/doc/Changelog.html b/doc/Changelog.html
index 9e762a21..64671b92 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -16,7 +16,11 @@ a:visited { color: #0000EE; }
LameXP - Version History
-Changes between v4.03 and v4.04:
+Changes between v4.04 and v4.05 [unreleased]:
+- Added Swedish translation, thanks to Åke Engelbrektson <eson57@gmail.com>
+
+
+Changes between v4.03 and v4.04 [2012-04-26]:
- Added support for the QAAC Encoder, requires QuickTime v7.7.1 or newer (see FAQ doc for details)
- Added Chinese and Taiwanese translations, thanks to 456Vv <123@456vv.com>
- Added experimental support for DCA Enc, created by Alexander E. Patrakov <patrakov@gmail.com>
@@ -42,7 +46,7 @@ a:visited { color: #0000EE; }
- Fixed a very rare "live-lock" situation in early initialization code
-Changes between v4.02 and v4.03:
+Changes between v4.02 and v4.03 [2011-11-12]:
- Added an option to rename the output files (based on an user-defined naming pattern)
- Added an option to enforce Stereo Downmix for Multi-Channel sources
- Added "built-in" WMA decoder (see this thread for details) and removed all remnants of "old" decoder
@@ -68,7 +72,7 @@ a:visited { color: #0000EE; }
- Miscellaneous bugfixes
-Changes between v4.01 and v4.02:
+Changes between v4.01 and v4.02 [2011-06-14]:
- Upgraded build environment to Microsoft Visual Studio 2010
- Dropping support for Windows 2000 and Windows XP RTM. Windows XP needs (at least) Service-Pack 2 now!
- Added Cue Sheet import wizard, which allows splitting and importing tracks from Cue Sheet images
@@ -90,7 +94,7 @@ a:visited { color: #0000EE; }
- Miscellaneous bugfixes
-Changes between v4.00 and v4.01:
+Changes between v4.00 and v4.01 [2011-04-04]:
- Added an option to manually specify the number of parallel instances
- Added an option to select a user-defined TEMP directory
- Added an option to shutdown the computer as soon as all files are completed
@@ -109,7 +113,7 @@ a:visited { color: #0000EE; }
- A warning message will be emitted, if diskspace drops below a critical limit while processing
-Changes between v3.18 and v4.00:
+Changes between v3.18 and v4.00 [2011-02-21]:
- Complete re-write of LameXP in the C++ programming language
- Switched IDE from Delphi 7.0 to Visual Studio 2008 + Qt Framework v4.7.1 (GNU Toolchain not yet)
- Added cross-plattfrom support - only Windows and Wine for now, native Linux version planned
diff --git a/src/Config.h b/src/Config.h
index f8f167e5..efe6a2ab 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -27,10 +27,10 @@
#define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 0
-#define VER_LAMEXP_MINOR_LO 4
-#define VER_LAMEXP_TYPE Final
+#define VER_LAMEXP_MINOR_LO 5
+#define VER_LAMEXP_TYPE Alpha
#define VER_LAMEXP_PATCH 1
-#define VER_LAMEXP_BUILD 989
+#define VER_LAMEXP_BUILD 990
///////////////////////////////////////////////////////////////////////////////
// Tool versions (minimum expected versions!)