+ upd: version files and Changes.txt

This commit is contained in:
Pairi Daiza 2020-04-19 21:34:52 +02:00
parent 07cbe374e5
commit b16efcb7db
4 changed files with 5 additions and 4 deletions

View File

@ -48,6 +48,7 @@ NEW:
CHANGES:
-----------------------------------------------------
-
- Installer to let the user select the target directory.
- Default long-line wrap settings.
- Remove spinning wait-cursor for text operations (may need reactivation for long operations).
- "grepWinNP3": move packages.config to corresponding project folder(GRE).
@ -82,7 +83,7 @@ REMOVED:
TRANSLATIONS (MUI):
-----------------------------------------------------
-
-
- Slovak (sk-SK).
=====================================================

View File

@ -1 +1 @@
3
4

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.419.3"
version="5.20.419.4"
type="win32"
/>
<description>Notepad3 BETA</description>

View File

@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 419
#define VERSION_BUILD 3
#define VERSION_BUILD 4
#define SCINTILLA_VER 432
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27