Merge pull request #3906 from hpwamr/mui

+ Upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2022-01-21 11:30:15 +01:00 committed by GitHub
commit d820da3922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.22.103.(build_#) (2022-01-03)
Current BETA/RC Version 5.22.121.(build_#) (2022-01-21)
========================================================
--------------------------------------------------------
@ -48,7 +48,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[.xxx.1]- Renaming Spanish Latin America (es-419) to Spanish Mexican (es-MX) (MUI).
[.121.1]- Renaming Spanish Latin America (es-419) to Spanish Mexican (es-MX) (MUI).
[1228.1]- AboutBox's RichEdit Ctrl: enable more options for EM_AUTOURLDETECT.
[1228.1]- Hyperlink RegEx Scanner: don't allow XML tagging brackets as part of Hyperlink text.
[1226.1]- In Windows 11, running "Notepad" from "Run" (Win+R) launches "Notepad3".

View File

@ -1 +1 @@
103
121

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.22.103.1"
version="5.22.121.1"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 22
#define VERSION_REV 103
#define VERSION_REV 121
#define VERSION_BUILD 1
#define SCINTILLA_VER 515
#define LEXILLA_VER 514