diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi index ad9e337a..f3edba6e 100644 --- a/etc/NSIS/setup.nsi +++ b/etc/NSIS/setup.nsi @@ -305,6 +305,9 @@ UninstPage Custom un.LockedListShow ;Hungarian !include "..\Translation\LameXP_HU.nsh" +;Japanese +!include "..\Translation\LameXP_JA.nsh" + ;-------------------------------- ;LogicLib Extensions diff --git a/src/Config.h b/src/Config.h index a835682d..2c32d004 100644 --- a/src/Config.h +++ b/src/Config.h @@ -35,7 +35,7 @@ #define VER_LAMEXP_MINOR_LO 8 #define VER_LAMEXP_TYPE Beta #define VER_LAMEXP_PATCH 7 -#define VER_LAMEXP_BUILD 2233 +#define VER_LAMEXP_BUILD 2234 #define VER_LAMEXP_CONFG 2188 ///////////////////////////////////////////////////////////////////////////////