+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2021-04-11 17:00:52 +02:00
parent f21c8e3fbc
commit b81e5aba81
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
5 changed files with 10 additions and 9 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.407.(build_#) (2021-04-07)
Current BETA/RC Version 5.21.411.(build_#) (2021-04-11)
========================================================
--------------------------------------------------------
@ -73,10 +73,10 @@ CHANGES:
[.302.1]- Prevent Path to URL conversion, if Hyperlink RegEx pattern does not match.
[.301.1]- Enable Dark Mode feature for Win10 v21H1 insider beta.
[.301.1]- EOL-Mode: status-bar double-click : inverted cyclic change rotation CRLF -> LF -> CR.
[.40x.1]- Update grepWinNP3 (GRE) version 2.1.7.36 (2021-04.07).
[.411.1]- Update grepWinNP3 (GRE) version 2.1.7.36 (2021-04.07).
[.402.1]- Update Oniguruma Regex (ONI) engine version 6.9.7 RC1 (2021-03-31).
[.406.1]- Update Lexilla Library (LEX) version 5.0.1 (2021-04-05).
[.311.1]- Update Scintilla Library (SCI) version 5.0.0 (2021-03-11).
[.411.1]- Update Scintilla Library (SCI) version 5.0.1 (2021-04-09).
--------------------------------------------------------
FIXES:
@ -112,6 +112,7 @@ FIXES:
REMOVED:
--------------------------------------------------------
[.###.#]- .
[.411.1]- Remove deprecated WinXP support (no horiz. mouse wheel).
[.311.1]- Obsolete SCI_LEXER preproc symbol / no need to link lexers in Scintilla.
--------------------------------------------------------

View File

@ -1 +1 @@
2
1

View File

@ -1 +1 @@
407
411

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.21.407.2"
version="5.21.411.1"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -8,9 +8,9 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 407
#define VERSION_BUILD 2
#define SCINTILLA_VER 500
#define VERSION_REV 411
#define VERSION_BUILD 1
#define SCINTILLA_VER 501
#define LEXILLA_VER 501
#define ONIGURUMA_REGEX_VER 6.9.6
#define UCHARDET_VER 2018.09.27