+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2021-02-05 18:19:35 +01:00
parent b2ab5d83be
commit 95d69cb5ea
4 changed files with 4 additions and 4 deletions

View File

@ -103,7 +103,7 @@ CHANGES:
[.916.1]- TinyExpr: '%' operator: distinguish between modulo and percent operation by context.
[.915.3]- Due to lack of interest, "Notepad3DLL" is discontinued.
[.915.2]- User configurable "Web Action" menu item names.
[.116.1]- Update grepWinNP3 (GRE) version 2.1.5.33 (2021-01-16).
[.205.2]- Update grepWinNP3 (GRE) version 2.1.6.34 (2021-02.05).
[.124.1]- Update Oniguruma Regex (ONI) engine version 6.9.7 (2021-01-24).
[1214.1]- Update Scintilla Library (SCI) version 4.4.6 (2020-12-01).

View File

@ -1 +1 @@
1
2

View File

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

View File

@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 205
#define VERSION_BUILD 1
#define VERSION_BUILD 2
#define SCINTILLA_VER 446
#define ONIGURUMA_REGEX_VER 6.9.6
#define UCHARDET_VER 2018.09.27