diff --git a/doc/Changelog.html b/doc/Changelog.html
index 6c5e9aa7..74029b42 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -25,6 +25,7 @@ a:visited { color: #0000EE; }
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-01-24)
+Updated GnuPG to v1.4.13, compiled with GCC 4.7.2
Fixed handling of certain characters when passing meta tags on the command-line
diff --git a/etc/Translation/LameXP_FR.ts b/etc/Translation/LameXP_FR.ts
index 4463d065..04b1ef74 100644
--- a/etc/Translation/LameXP_FR.ts
+++ b/etc/Translation/LameXP_FR.ts
@@ -2420,10 +2420,6 @@ Ouvrir le dossier récursivement...
Le processus a été abandonné par l'utilisateur.
-
-
- Erreur : %1 de %2 fichier(s) a échoué. Double-cliquez sur les éléments défectueux pour les informations détaillées!
-
LameXP - Erreur
@@ -2513,14 +2509,6 @@ Ouvrir le dossier récursivement...
Afficher tous les éléments
-
-
- Erreur : %1 de %2 fichiers échoués (%3 fichiers ignorés). Double-cliquez sur les éléments ayant échoués pour plus d'informations !
-
-
-
- Tous les fichiers terminées avec succès. %1 fichiers ignorés.
-
Les règles de filtrage actuelles ne correspondent à aucun des éléments
@@ -2567,6 +2555,34 @@ Ouvrir le dossier récursivement...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
ProgressModel
diff --git a/res/localization/LameXP_ES.qm b/res/localization/LameXP_ES.qm
index 0dbfd31a..d200a2d2 100644
Binary files a/res/localization/LameXP_ES.qm and b/res/localization/LameXP_ES.qm differ
diff --git a/res/localization/LameXP_FR.qm b/res/localization/LameXP_FR.qm
index dec0bc71..3aaad891 100644
Binary files a/res/localization/LameXP_FR.qm and b/res/localization/LameXP_FR.qm differ
diff --git a/res/localization/LameXP_PL.qm b/res/localization/LameXP_PL.qm
index a4545dcf..080c5aad 100644
Binary files a/res/localization/LameXP_PL.qm and b/res/localization/LameXP_PL.qm differ
diff --git a/res/localization/LameXP_SV.qm b/res/localization/LameXP_SV.qm
index 560cad08..6e4b77f2 100644
Binary files a/res/localization/LameXP_SV.qm and b/res/localization/LameXP_SV.qm differ
diff --git a/res/tools/wupdate.exe b/res/tools/wupdate.exe
index aff5b343..82fe5f43 100644
Binary files a/res/tools/wupdate.exe and b/res/tools/wupdate.exe differ
diff --git a/src/Config.h b/src/Config.h
index e1c39e7f..79984a78 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 2
-#define VER_LAMEXP_BUILD 1236
+#define VER_LAMEXP_PATCH 3
+#define VER_LAMEXP_BUILD 1238
///////////////////////////////////////////////////////////////////////////////
// Tool versions (minimum expected versions!)
diff --git a/src/Tools.h b/src/Tools.h
index aeec1744..b09d4364 100644
--- a/src/Tools.h
+++ b/src/Tools.h
@@ -82,7 +82,7 @@ g_lamexp_tools[] =
{"c07bbd790e2a9d8b694b44e33d47ee86740306049c8ca6dc0d7ecc73e6b18ad6cd77ad1d5865e4b4928cd8260be37e1d", CPU_TYPE_ALL_ALL, "valdec.exe", 31},
{"c472d443846fec57b2568c6e690736703497abc22245f08fb0e609189fd1c7aa2d670a7f42d5e05de6d7371de39dcf1a", CPU_TYPE_ALL_ALL, "wget.exe", 1114},
{"572b9448bf4a338ecb9727951fdfcc5a219cc69896695cc96b9f6b083690e339910e41558968264a38992e45f2be152c", CPU_TYPE_ALL_ALL, "wma2wav.exe", 20111001},
- {"e228f5cc03b77ac241390aedac8ed0c4de1f0f8e34652306c772ca23fdce4ae6030bb25861772d3bbc25ff2a9841fcd6", CPU_TYPE_ALL_ALL, "wupdate.exe", 20130201},
+ {"71777dfebed90b86bbfe6b03a0f16f47d4a9cdca46fe319f7ca9ab88ab1fa7b9a3647b5aeb1d2b36299850fce79bf063", CPU_TYPE_ALL_ALL, "wupdate.exe", 20130203},
{"b0a564e842f2cda6b67fdd09aaa66294c775bb3eb419debf311fe54eb76ea468e99917dc3ad8ed4734fcdb59034a13cb", CPU_TYPE_ALL_ALL, "wvunpack.exe", 4601},
{NULL, NULL, NULL, NULL}
};