diff --git a/doc/Changelog.html b/doc/Changelog.html
index 2249dd76..44a7399e 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -31,6 +31,7 @@ a:visited { color: #0000EE; }
Updated GnuPG to v1.4.13, compiled with GCC 4.7.2
Updated language files (big thank-you to all contributors !!!)
Fixed handling of certain characters when passing meta tags on the command-line
+Fixed Keccak library to not crash on systems without SSE/SSE2 support
Changes between v4.05 and v4.06 [2012-11-04]:
diff --git a/src/Config.h b/src/Config.h
index d61e0e1a..efadb724 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -29,8 +29,8 @@
#define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 7
#define VER_LAMEXP_TYPE Beta
-#define VER_LAMEXP_PATCH 6
-#define VER_LAMEXP_BUILD 1247
+#define VER_LAMEXP_PATCH 7
+#define VER_LAMEXP_BUILD 1248
///////////////////////////////////////////////////////////////////////////////
// Tool versions (minimum expected versions!)