diff --git a/doc/Changelog.html b/doc/Changelog.html
index c7bbfaa6..7a8584e3 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -17,7 +17,7 @@ a:visited { color: #0000EE; }
LameXP - Version History
-Changes between v4.06 and v4.07 [unreleased]:
+Changes between v4.06 and v4.07 [2013-04-28]:
- Upgraded build environment to Microsoft Visual Studio 2012 with Update-2
- Minimum supported platform now is Windows XP with Service Pack 3 (download)
- Added option to select the "overwrite mode" to advanced options tab
diff --git a/src/Config.h b/src/Config.h
index efac73f6..c3580044 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -28,9 +28,9 @@
#define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 7
-#define VER_LAMEXP_TYPE RC
-#define VER_LAMEXP_PATCH 4
-#define VER_LAMEXP_BUILD 1285
+#define VER_LAMEXP_TYPE Final
+#define VER_LAMEXP_PATCH 1
+#define VER_LAMEXP_BUILD 1286
///////////////////////////////////////////////////////////////////////////////
// LameXP Build Options