diff --git a/doc/Changelog.html b/doc/Changelog.html
index 7ffa2b31..6c8f7647 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -19,6 +19,7 @@ a:visited { color: #0000EE; }
Changes between v4.06 and v4.07 [unreleased]:
- Upgraded build environment to Microsoft Visual Studio 2012 with Update-1
+
- Minimum supported platform now is Windows XP with Service Pack 3 (download)
- Added option to select the "overwrite mode" to advanced options tab
- Added option to filter the log entries on the "processing" dialog (see context menu)
- Added "Up One Level" button to the output folder tab
diff --git a/src/Config.h b/src/Config.h
index 9495486e..b166b959 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -29,7 +29,7 @@
#define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 7
#define VER_LAMEXP_TYPE Beta
-#define VER_LAMEXP_PATCH 3
+#define VER_LAMEXP_PATCH 4
#define VER_LAMEXP_BUILD 1240
///////////////////////////////////////////////////////////////////////////////