diff --git a/doc/Changelog.html b/doc/Changelog.html
index 891ccb07..df0702fb 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -22,7 +22,8 @@ a:visited { color: #0000EE; }
Updated Qt runtime libraries to v4.8.3 (2012-09-13), compiled with MSVC 10.0
Updated MediaInfo to v0.7.60 (2012-09-07), compiled with ICL 12.1.7 and MSVC 10.0
Fixed a bug with the "Store temporary files in your system's default TEMP director" checkbox
-Reworked the "About..." dialog (now using a custom dialog instead of message boxes)
+Fixed a regression in Qt v4.8.3 that broke Drag&Drop support (details #1) (details #2)
+Reworked the "About..." dialog – now using a custom dialog instead of message boxes
Changes between v4.04 and v4.05 [2012-09-03]:
diff --git a/doc/FAQ.html b/doc/FAQ.html
index b0f9b302..535b434d 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -918,11 +918,11 @@ LameXP is currently being developed using the following build environment:
The minimum supported build platform is Windows XP with Service Pack 2
Also note the following hints:
-- Run "qtvars.bat" before launching Visual Studio in order to set up the Qt environment
+
- Run "qtvars.bat" (or "qtenv2.bat") before launching Visual Studio in order to set up the Qt environment
- Visual Studio 2008 solution/project files are still provided for people targeting Windows 2000
-
- In order to make a "fully static" build of LameXP, you need to compile Qt as 'static' libraries
+
- In order to make "fully static" builds of LameXP, you need to compile/download Qt as 'static' libraries
- The Windows Platform SDK v6.0A should work as well, but there may be a few limitations
-
- Only the "fully static" builds may still run on Windows 2000, due to workarounds we implemented
+
- Only the "fully static" builds may still run on Windows 2000, due to workarounds we implemented
- Support for the GNU Toolchain (GCC/MinGW + Make) is planned for a future version
In order to use the LameXP deployment scripts you need the following tools:
@@ -938,7 +938,7 @@ In order to use the LameXP deployment scripts you need the following tools:
<
- GnuPG - the GNU Privacy Guard v1.4.x
- NOTE: Copy 'buildenv.template.txt' to 'buildenv.txt' and edit the paths as needed!
-Instructions to build Qt as 'static' libraries:
+Instructions to build Qt as 'static' libraries:
- Make sure Visual Studio 2010 and Strawberry Perl for Windows are installed
- Download and extract the Qt 4.8.2 source code package
- Open a new command window (cmd.exe)
diff --git a/res/localization/LameXP_UK.qm b/res/localization/LameXP_UK.qm
index 04b8f9e3..a34f140d 100644
Binary files a/res/localization/LameXP_UK.qm and b/res/localization/LameXP_UK.qm differ
diff --git a/src/Config.h b/src/Config.h
index b50755b2..3636633b 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -29,8 +29,8 @@
#define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 6
#define VER_LAMEXP_TYPE Alpha
-#define VER_LAMEXP_PATCH 2
-#define VER_LAMEXP_BUILD 1127
+#define VER_LAMEXP_PATCH 3
+#define VER_LAMEXP_BUILD 1130
///////////////////////////////////////////////////////////////////////////////
// Tool versions (minimum expected versions!)