+ upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2020-09-28 22:04:03 +02:00
parent 72014c8e72
commit e82f2e0033
4 changed files with 4 additions and 3 deletions

View File

@ -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).

View File

@ -1 +1 @@
1
2

View File

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

View File

@ -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