diff --git a/doc/Changelog.html b/doc/Changelog.html
index 4176cf1a..f1f73543 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -90,7 +90,7 @@
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.2-alpha and Opus-Tools to v0.1.9 (2016-11-02)
+Updated Opus encoder/decoder libraries to v1.2-alpha and Opus-Tools to v0.1.9 (2016-11-04)
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.90 (2016-10-31), compiled with ICL 17.0 and MSVC 12.0
diff --git a/doc/Changelog.md b/doc/Changelog.md
index 94bf9202..c80ba98e 100644
--- a/doc/Changelog.md
+++ b/doc/Changelog.md
@@ -10,7 +10,7 @@
* 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.2-alpha and Opus-Tools to v0.1.9 (2016-11-02)
+* Updated Opus encoder/decoder libraries to v1.2-alpha and Opus-Tools to v0.1.9 (2016-11-04)
* 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.90 (2016-10-31), compiled with ICL 17.0 and MSVC 12.0
diff --git a/res/tools/opusdec.avx.exe b/res/tools/opusdec.avx.exe
index a9fa8ae7..287be373 100644
Binary files a/res/tools/opusdec.avx.exe and b/res/tools/opusdec.avx.exe differ
diff --git a/res/tools/opusdec.i386.exe b/res/tools/opusdec.i386.exe
index 612538d4..6978647c 100644
Binary files a/res/tools/opusdec.i386.exe and b/res/tools/opusdec.i386.exe differ
diff --git a/res/tools/opusdec.sse2.exe b/res/tools/opusdec.sse2.exe
index 4db1942c..b5a946ed 100644
Binary files a/res/tools/opusdec.sse2.exe and b/res/tools/opusdec.sse2.exe differ
diff --git a/res/tools/opusenc.avx.exe b/res/tools/opusenc.avx.exe
index a181505b..417fbcce 100644
Binary files a/res/tools/opusenc.avx.exe and b/res/tools/opusenc.avx.exe differ
diff --git a/res/tools/opusenc.i386.exe b/res/tools/opusenc.i386.exe
index a211cd57..eaa2a16e 100644
Binary files a/res/tools/opusenc.i386.exe and b/res/tools/opusenc.i386.exe differ
diff --git a/res/tools/opusenc.sse2.exe b/res/tools/opusenc.sse2.exe
index b10a5734..336a99c3 100644
Binary files a/res/tools/opusenc.sse2.exe and b/res/tools/opusenc.sse2.exe differ
diff --git a/src/Config.h b/src/Config.h
index a886ce5a..a74aa4b9 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 RC
-#define VER_LAMEXP_PATCH 4
-#define VER_LAMEXP_BUILD 1925
+#define VER_LAMEXP_PATCH 5
+#define VER_LAMEXP_BUILD 1926
#define VER_LAMEXP_CONFG 1818
///////////////////////////////////////////////////////////////////////////////
diff --git a/src/Tools.h b/src/Tools.h
index 8728e1ba..1b4281fa 100644
--- a/src/Tools.h
+++ b/src/Tools.h
@@ -96,12 +96,12 @@ g_lamexp_tools[] =
{"245181321625445ac42fce31d64bf03872e77e2d0dd3c19d6c17ca2771354f096a6040827dd6d00ffd7342c7dd26168e", CPU_TYPE_X86_GEN, "oggenc2.i386.exe", 288135603, "2015"},
{"512b8efcd1003a0f67220a450d6ea4466194e8fd49fc090a69b15a858db11499acbf98f984530cd5d37b4b6abdd1c6d8", CPU_TYPE_X86_SSX, "oggenc2.sse2.exe", 288135603, "2015"},
{"a07ef67cba5a00d335d07372baf76d4d0573b425afce71a19c1e04eaabbe3f55e60bdd40af5e428224c91df1823eda08", CPU_TYPE_X64_ALL, "oggenc2.x64.exe", 288135603, "2015"},
- {"cd243bb47db68c4f61bf995ba1dfeb292daf02353275cf7e99852f3095903f10cef024de6b0daa9ed45e28847587c811", CPU_TYPE_ALL_GEN, "opusdec.i386.exe", 20161102, "v1.2-alpha"},
- {"314fc3d0c3dbd3e74660ab0ec6cf426ea76e196c128f728f03db1e9e71c23ca536da0a033200e2077fd42b3adf907f6d", CPU_TYPE_ALL_SSE, "opusdec.sse2.exe", 20161102, "v1.2-alpha"},
- {"b5bf25f6250368548db1dca7cbbace25db2d23d5c3772439fc21b93e1e8356796ac6ab9de7e64813e998be0700c5ac2f", CPU_TYPE_ALL_AVX, "opusdec.avx.exe", 20161102, "v1.2-alpha"},
- {"f50dfb6e1d076104e77372d19215f141b960318d273d2622105e0767190c51809b93cbc3e7e17fa986ce5eec56f8eb0b", CPU_TYPE_ALL_GEN, "opusenc.i386.exe", 20161102, "v1.2-alpha"},
- {"d8a532f24290e700dc7f689d3d612142133f15988cdae72927df00083bfef59191a6e27f718eaa8caf8c1e4c9e95e59b", CPU_TYPE_ALL_SSE, "opusenc.sse2.exe", 20161102, "v1.2-alpha"},
- {"29dae98a525e92d88164a69b39928384481be3b23ccec8daedc8e0c454609a11c72f21f0b3fea27f298d64c9b22b96c2", CPU_TYPE_ALL_AVX, "opusenc.avx.exe", 20161102, "v1.2-alpha"},
+ {"cafaa2db7b3e10f7ffda488c7bb61af8b26152d4f6797113da11d730212fbbf0ac1d0f66d20d6e112b36700cd2fce2b4", CPU_TYPE_ALL_GEN, "opusdec.i386.exe", 20161104, "v1.2-alpha"},
+ {"59ace2a4ebce3b42a881dc024545539c09a6a5b99046cf4208b712283e36a61722130e0cfbde13c23719737defbd591c", CPU_TYPE_ALL_SSE, "opusdec.sse2.exe", 20161104, "v1.2-alpha"},
+ {"7e9fee35549b82ebb9f4807f541e4e876883c95b4d6b7da749b80ce78a2133f77dacbcb3ba2080cb6fec6436b666644a", CPU_TYPE_ALL_AVX, "opusdec.avx.exe", 20161104, "v1.2-alpha"},
+ {"9f6f6d465faf7db39025983efa061d56666c1252b52d1db1703a273e8007402ce61dae498032520c0e3a66c063cef350", CPU_TYPE_ALL_GEN, "opusenc.i386.exe", 20161104, "v1.2-alpha"},
+ {"3dc468b47fa2e402a02576d5ea919241e256c9c8eb235cfbe6a66d200967ecf5fe623383a8d42c50101b86aeb20a2c8b", CPU_TYPE_ALL_SSE, "opusenc.sse2.exe", 20161104, "v1.2-alpha"},
+ {"e31059aaaec41299bd264451fe3a5da5c3b903077fe7ca99d8ef6a4019da943c95c1dcbb3567a48afb8af887ac0b6a7f", CPU_TYPE_ALL_AVX, "opusenc.avx.exe", 20161104, "v1.2-alpha"},
{"37745174e146fedbc62671ab86ffddd3edfc9aa0ebfcfd4bff3331a95b6dda50621478c63f7a0ddf9a365e916758b6d4", CPU_TYPE_X86_ALL, "refalac.i386.exe", 161, ""},
{"b368f0490cefb80b6ff7eaaf8d6e29f253442375caf11a9405b5b21580ee3a9739fa3f406f69de5ef344fa038b1cbe72", CPU_TYPE_X64_ALL, "refalac.x64.exe", 161, ""},
{"d041b60de6c5c6e77cbad84440db57bbeb021af59dd0f7bebd3ede047d9e2ddc2a0c14179472687ba91063743d23e337", CPU_TYPE_ALL_ALL, "shorten.exe", 361, ""},