+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2021-02-26 21:49:34 +01:00
parent 1828b1af7a
commit 4e28a4c334
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
4 changed files with 4 additions and 3 deletions

View File

@ -105,6 +105,7 @@ CHANGES:
--------------------------------------------------------
FIXES:
--------------------------------------------------------
[.226.2]- URL-Decoding of file Hyperlinks ("file://...").
[.226.1]- Wrap-Around tooltip use correct encoding.
[.222.2]- Multi-Line movement: proceed to document end correctly.
[.222.2]- Toggle comment on empty selection at insertion point: keep position of selection end.

View File

@ -1 +1 @@
1
2

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.21.226.1"
version="5.21.226.2"
type="win32"
/>
<description>Notepad3 rc</description>

View File

@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 226
#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