Merge pull request #3129 from hpwamr/mui

+ Upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2021-02-22 09:54:29 +01:00 committed by GitHub
commit 95d5cf86df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View File

@ -32,7 +32,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.220.(build_#) (2021-02-20)
Current BETA/RC Version 5.21.222.(build_#) (2021-02-22)
========================================================
--------------------------------------------------------
@ -67,6 +67,8 @@ NEW:
CHANGES:
--------------------------------------------------------
[.xxx.x]- .
[.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).
[.219.1]- Menu move Line/Stream Comment items to Edit -> Selection top.
[.218.1]- Find/Repl dialog - refactoring and minor fixes.

View File

@ -1 +1 @@
220
222

View File

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

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 220
#define VERSION_REV 222
#define VERSION_BUILD 1
#define SCINTILLA_VER 446
#define ONIGURUMA_REGEX_VER 6.9.6