diff --git a/doc/Changelog.html b/doc/Changelog.html
index 805ab2e9..c7bbfaa6 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -25,7 +25,7 @@ a:visited { color: #0000EE; }
Added "Up One Level" button to the output folder tab
Added Opus decoder option to output always at the native sample rate of 48.000 Hz
Updated Qt runtime libraries to v4.8.4 (2012-11-29), compiled with MSVC 11.0
-Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-04-18)
+Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-04-23)
Updated Valdec decoder (2013-04-07), based on AC3Filter Tools v1.0a
Updated mpg123 decoder to v1.15.3 (2013-04-03), compiled with GCC 4.8.0
Updated MediaInfo to v0.7.62 (2013-02-22), compiled with ICL 12.1.7 and MSVC 10.0
diff --git a/res/tools/opusdec.exe b/res/tools/opusdec.exe
index c0951865..cca46bb7 100644
Binary files a/res/tools/opusdec.exe and b/res/tools/opusdec.exe differ
diff --git a/res/tools/opusenc.exe b/res/tools/opusenc.exe
index 639a3f9b..d121b721 100644
Binary files a/res/tools/opusenc.exe and b/res/tools/opusenc.exe differ
diff --git a/src/Config.h b/src/Config.h
index 43831f64..2746131a 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -30,7 +30,7 @@
#define VER_LAMEXP_MINOR_LO 7
#define VER_LAMEXP_TYPE RC
#define VER_LAMEXP_PATCH 3
-#define VER_LAMEXP_BUILD 1281
+#define VER_LAMEXP_BUILD 1282
///////////////////////////////////////////////////////////////////////////////
// LameXP Build Options
diff --git a/src/Tools.h b/src/Tools.h
index 6b2f1519..8c1cc55d 100644
--- a/src/Tools.h
+++ b/src/Tools.h
@@ -73,8 +73,8 @@ g_lamexp_tools[] =
{"8b68461f38410421be30cc895e94e63184daa6f2cb20eb110b66b376b48141838a09bc920efeb1c49de79dd0770ce41b", CPU_TYPE_X86_GEN, "oggenc2.i386.exe", 287603, "Beta"},
{"20648f83cc637cada481143d48c437ced8423e9a0aae01dbce860cd97fb1ce4000e314f3a5395d1eafd8e154a8e74d08", CPU_TYPE_X86_SSE, "oggenc2.sse2.exe", 287603, "Beta"},
{"e1da48055a57bae41d6a1a0dc08b86831c121e85c07aa60aae4196997b166a08cfb7265d9f0f289f445ad73bce28d81f", CPU_TYPE_X64_ALL, "oggenc2.x64.exe", 287603, "Beta"},
- {"0e932ecdd4b709c9cbb9c4de08e8a253401fb19284319e94b40a7a64326b1790be6eef6f7280a33d21c7edae2273f6d2", CPU_TYPE_ALL_ALL, "opusdec.exe", 20130421, "v1.1-alpha"},
- {"80fd68c3b33a5f45decbffcfb7adcda217b71d288b874f0299ed7d36cc1bcc287c816656bd74b89817e2f50ec982d641", CPU_TYPE_ALL_ALL, "opusenc.exe", 20130421, "v1.1-alpha"},
+ {"a0ad313485d661f9cbd16b13a6b6638a3557754808a34d369fcb0518ceb8c1dd8a1571839b1fb599fc2152f740ce6094", CPU_TYPE_ALL_ALL, "opusdec.exe", 20130423, "v1.1-alpha"},
+ {"e6fc17aad337b7a69a2b286a4b49e1424225b6bd7799ae257ed031a460c96d81181dc3d7643d1957d502d12ad2effbdf", CPU_TYPE_ALL_ALL, "opusenc.exe", 20130423, "v1.1-alpha"},
{"bdfa8dec142b6327a33af6bb314d7beb924588d1b73f2ef3f46b31fa6046fe2f4e64ca78b025b7eb9290a78320e2aa57", CPU_TYPE_ALL_ALL, "refalac.exe", 56, ""},
{"d041b60de6c5c6e77cbad84440db57bbeb021af59dd0f7bebd3ede047d9e2ddc2a0c14179472687ba91063743d23e337", CPU_TYPE_ALL_ALL, "shorten.exe", 361, ""},
{"cf988bfbb53e77a1dcaefbd5c08789abb4d67cc210723f1f8ba7850f17d34ebb7d0c426b67b963e7d2290a2744865244", CPU_TYPE_ALL_ALL, "sox.exe", 1441, ""},