mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #2925 from hpwamr/mui
+ upd: Version files and Changes.txt
This commit is contained in:
commit
f7c148e027
@ -34,7 +34,7 @@ SUP - (S)et(UP) / Installer Package
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.20.929.(build_#) (2020-09-29)
|
||||
Current BETA/RC Version 5.20.930.(build_#) (2020-09-30)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -60,6 +60,8 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.xxx.x]-
|
||||
[.930.1]- Update the KeyWordList of lexers "C# Source Code" and "SQL Query".
|
||||
[.930.1]- Bookmark Occurrences Colors changed to get perceptually distinct colors.
|
||||
[.929.1]- Migration from CreateLexer() by ID to CreateLexer() by Name (Lexilla IFace5 conform) (GRE).
|
||||
[.928.1]- grepWinNP3: code clean-up (GRE).
|
||||
[.928.1]- TinyExpr format floating.point with non zero fractional part.
|
||||
|
||||
@ -1 +1 @@
|
||||
929
|
||||
930
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.929.1"
|
||||
version="5.20.930.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 929
|
||||
#define VERSION_REV 930
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 445
|
||||
#define ONIGURUMA_REGEX_VER 6.9.5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user