mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #3026 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
bc51434e43
@ -34,13 +34,14 @@ SUP - (S)et(UP) / Installer Package
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.20.1219.(build_#) (2020-12-19)
|
||||
Current BETA/RC Version 5.20.1221.(build_#) (2020-12-21)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
NEW:
|
||||
--------------------------------------------------------
|
||||
[.xxx.x]- .
|
||||
[1221.1]- TinyExpr: additional number parsing for binary (0b...) and octal (0o...) number formats.
|
||||
[1109.1]- Extension ".pkb" to SQL Lexer.
|
||||
[1012.1]- Support for Windows 10 20H2 Version 2009 (Build 19042).
|
||||
[1004.1]- Open/Save file explorer dialog: populate file filter with current lexer supported file extensions.
|
||||
|
||||
@ -1 +1 @@
|
||||
1219
|
||||
1221
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.1219.1"
|
||||
version="5.20.1221.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 1219
|
||||
#define VERSION_REV 1221
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 446
|
||||
#define ONIGURUMA_REGEX_VER 6.9.6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user