diff --git a/doc/Changelog.html b/doc/Changelog.html
index 292f437d..83d6b813 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -90,8 +90,9 @@
Enabled the "built-in" resampler for QAAC encoder
The "Algorithm Quality" slider now also affects the QAAC encoder
Added "AVX" (Advanced Vector Extensions) to CPU feature detection code
-Updated Opus encoder/decoder libraries to v1.1.3 and Opus-Tools to v0.1.9 (2016-09-11)
+Updated Opus encoder/decoder libraries to v1.1.3 and Opus-Tools to v0.1.9 (2016-10-16)
Updated LAME encoder to v3.100 Alpha-2 (2016-01-29), compiled with ICL 15.0 and MSVC 12.0
+Updated FLAC encoder/decoder to v1.3.1 (2016-10-04), compiled with ICL 17.0 and MSVC 12.0
Updated MediaInfo to v0.7.88 (2016-08-31), compiled with ICL 15.0 and MSVC 12.0
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)
diff --git a/doc/Changelog.md b/doc/Changelog.md
index 67f53fed..e0181d87 100644
--- a/doc/Changelog.md
+++ b/doc/Changelog.md
@@ -10,8 +10,9 @@
* Enabled the "built-in" resampler for QAAC encoder
* The "Algorithm Quality" slider now also affects the QAAC encoder
* Added "AVX" (Advanced Vector Extensions) to CPU feature detection code
-* Updated Opus encoder/decoder libraries to v1.1.3 and Opus-Tools to v0.1.9 (2016-09-11)
+* Updated Opus encoder/decoder libraries to v1.1.3 and Opus-Tools to v0.1.9 (2016-10-16)
* Updated LAME encoder to v3.100 Alpha-2 (2016-01-29), compiled with ICL 15.0 and MSVC 12.0
+* Updated FLAC encoder/decoder to v1.3.1 (2016-10-04), compiled with ICL 17.0 and MSVC 12.0
* Updated MediaInfo to v0.7.88 (2016-08-31), compiled with ICL 15.0 and MSVC 12.0
* 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)
diff --git a/src/Config.h b/src/Config.h
index 062b7635..1e0736e2 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -33,9 +33,9 @@
#define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 1
#define VER_LAMEXP_MINOR_LO 4
-#define VER_LAMEXP_TYPE Beta
-#define VER_LAMEXP_PATCH 8
-#define VER_LAMEXP_BUILD 1916
+#define VER_LAMEXP_TYPE RC
+#define VER_LAMEXP_PATCH 1
+#define VER_LAMEXP_BUILD 1918
#define VER_LAMEXP_CONFG 1818
///////////////////////////////////////////////////////////////////////////////