+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2021-04-16 23:26:49 +02:00
parent a12ec9a7ba
commit d2c044886b
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
4 changed files with 4 additions and 3 deletions

View File

@ -95,6 +95,7 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.416.2]- Workaround Scintilla text-rendering bug, if line-number margin width set to 0 (so use 1 instead).
[.416.1]- Save Schema config in case of inifile from scratch.
[.415.1]- Small correction to Line Cut feature (thin selection).
[.414.2]- Minipath uses NP§ preferred language, if not configured.

View File

@ -1 +1 @@
1
2

View File

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

View File

@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 416
#define VERSION_BUILD 1
#define VERSION_BUILD 2
#define SCINTILLA_VER 501
#define LEXILLA_VER 501
#define ONIGURUMA_REGEX_VER 6.9.6