mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ upd: Version files and Changes.txt
This commit is contained in:
parent
72014c8e72
commit
e82f2e0033
@ -84,6 +84,7 @@ CHANGES:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.xxx.x]-
|
||||
[.928.2]- Freezing of main wnd caused by mixed usage of Lexer Interfaces.
|
||||
[.928.1]- Setting new IFace5 Lexer (should fix line/stream comment toggle issue #2912).
|
||||
[.927.1]- Lexer file extensions maintained in standard config.
|
||||
[.927.1]- grepWin language switching (github.com/stefankueng/grepWin/issues/199) (GRE).
|
||||
|
||||
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.928.1"
|
||||
version="5.20.928.2"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 928
|
||||
#define VERSION_BUILD 1
|
||||
#define VERSION_BUILD 2
|
||||
#define SCINTILLA_VER 445
|
||||
#define ONIGURUMA_REGEX_VER 6.9.5
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
|
||||
Loading…
Reference in New Issue
Block a user