diff --git a/doc/Changelog.html b/doc/Changelog.html
index 85bd8af9..6076d266 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -97,6 +97,7 @@
Updated FhgAacEnc add-in to "Case" edition (2015-10-24)
Updated mpg123 decoder to v1.23.4 (2016-05-11), compiled with GCC 5.3.0
Updated ALAC decoder to refalac v1.61 (2016-10-02)
+Updated WavPack decoder to v4.80.0 (2016-03-28), compiled with ICL 15.0 and MSVC 12.0
Updated GnuPG to v1.4.21 (2016-08-17), compiled with GCC 6.1.0
Improved auto-update function (faster Internet connectivity check)
diff --git a/src/Config.h b/src/Config.h
index c861bbea..f872bcff 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -34,8 +34,8 @@
#define VER_LAMEXP_MINOR_HI 1
#define VER_LAMEXP_MINOR_LO 4
#define VER_LAMEXP_TYPE Beta
-#define VER_LAMEXP_PATCH 6
-#define VER_LAMEXP_BUILD 1907
+#define VER_LAMEXP_PATCH 7
+#define VER_LAMEXP_BUILD 1908
#define VER_LAMEXP_CONFG 1818
///////////////////////////////////////////////////////////////////////////////