diff --git a/Build/Changes.txt b/Build/Changes.txt index 693c343e2..78a0be243 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -32,7 +32,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.303.(build_#) (2021-03-03) +Current BETA/RC Version 5.21.309.(build_#) (2021-03-09) ======================================================== -------------------------------------------------------- @@ -61,6 +61,8 @@ CHANGES: FIXES: -------------------------------------------------------- [.###.#]- . +[.309.1]- Replacing the "RCdll.dll" file to avoid garbage chars in foreign languages (MUI). +[.309.1]- In ".zip" version, some filenames in "gwLng" folder are incorrectly displayed (MUI). [.303.1]- Language "Spanish Latin America" identifier correction (es-LA -> es-419) (MUI). [.302.1]- Hyperlink RegEx pattern fixed to use valid Unicode. [.302.1]- Handle quotes for URL <-> file-system path conversion. diff --git a/Versions/day.txt b/Versions/day.txt index 81606223f..7536e3d32 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -303 +309 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 7487592f8..4ff3bfd2f 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 beta diff --git a/src/VersionEx.h b/src/VersionEx.h index 2d05069cb..28e2240fa 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 21 -#define VERSION_REV 303 +#define VERSION_REV 309 #define VERSION_BUILD 1 #define SCINTILLA_VER 446 #define ONIGURUMA_REGEX_VER 6.9.7