diff --git a/doc/Changelog.html b/doc/Changelog.html
index e9d73f90..3439dc35 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -17,7 +17,7 @@ a:visited { color: #0000EE; }
LameXP - Version History
-Changes between v4.05 and v4.06 [unreleased]:
+Changes between v4.05 and v4.06 [2012-11-04]:
- Updated Opus encoder/decoder libraries to v1.0.1 and Opus-Tools to v0.1.5 (2012-09-22)
- Updated mpg123 decoder to v1.14.4+ (2012-09-24), compiled with GCC 4.7.1
- Updated ALAC decoder to refalac v0.56 (2012-10-24), based on reference implementation by Apple
diff --git a/src/Config.h b/src/Config.h
index a5305ba9..27ae990c 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 6
-#define VER_LAMEXP_TYPE RC
-#define VER_LAMEXP_PATCH 5
-#define VER_LAMEXP_BUILD 1168
+#define VER_LAMEXP_TYPE Final
+#define VER_LAMEXP_PATCH 1
+#define VER_LAMEXP_BUILD 1170
///////////////////////////////////////////////////////////////////////////////
// Tool versions (minimum expected versions!)