Merge pull request #3136 from hpwamr/mui

+ Upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2021-02-23 12:34:19 +01:00 committed by GitHub
commit c7550eb4f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 6 deletions

View File

@ -32,7 +32,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.222.(build_#) (2021-02-22)
Current BETA/RC Version 5.21.223.(build_#) (2021-02-23)
========================================================
--------------------------------------------------------
@ -65,6 +65,8 @@ NEW:
--------------------------------------------------------
CHANGES:
--------------------------------------------------------
[.223.1]- MiniPath: switch xbutton logic for browsing direction.
[.223.1]- Code styling reformat MiniPath sources (AStyle: OTBS).
[.222.1]- Minor refactorings.
[.222.1]- Toggle Line-Comments: handling of selection start movement.
[.219.1]- Simple Line Comment Toggle handles each line separately (Line Edit after toggle will still set mode of 1st line = former behavior).

View File

@ -1 +1 @@
2
1

View File

@ -1 +1 @@
222
223

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.21.222.2"
version="5.21.223.1"
type="win32"
/>
<description>Notepad3 rc</description>

View File

@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 222
#define VERSION_BUILD 2
#define VERSION_REV 223
#define VERSION_BUILD 1
#define SCINTILLA_VER 446
#define ONIGURUMA_REGEX_VER 6.9.6
#define UCHARDET_VER 2018.09.27