Merge remote-tracking branch 'upstream/master' into Dev_LongPath

This commit is contained in:
rkotten 2021-09-13 18:40:31 +02:00
commit 47544c882f
4 changed files with 5 additions and 4 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.910.(build_#) (2021-09-10)
Current BETA/RC Version 5.21.913.(build_#) (2021-09-13)
========================================================
--------------------------------------------------------
@ -60,6 +60,7 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.913.1]- Initial factory window position.
[.910.1]- Web-Action commands should use also user-defined app to open hyperlinks.
[.907.1]- Reset background color for "visible whitespace" if not defined.

View File

@ -1 +1 @@
910
913

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.21.910.1"
version="5.21.913.1"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 910
#define VERSION_REV 913
#define VERSION_BUILD 1
#define SCINTILLA_VER 511
#define LEXILLA_VER 511