+ Upd: Version files, Changes.txt and MS VS 2019 version update (v16.11.3)

This commit is contained in:
Pairi Daiza 2021-09-15 18:09:05 +02:00
parent 3959c09885
commit f652d49570
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
5 changed files with 7 additions and 6 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.914.(build_#) (2021-09-14)
Current BETA/RC Version 5.21.915.(build_#) (2021-09-15)
========================================================
--------------------------------------------------------
@ -46,7 +46,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[.###.#]- .
[.915.1]- Limit file size: 2GB (Until WideCharToMultiByte() / MultiByteToWideChar() INT32_MAX issues are clarified).
--------------------------------------------------------
CHANGES Versions in Tools or Libraries:
@ -60,6 +60,7 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.915.1]- Goto-Dialog: digit grouping of line/column numbers.
[.914.1]- Digit grouping for replace occurrences result dialog.
[.914.1]- Better hyperlink style in dark themes "Dark" and "Obsidian".
[.913.1]- Initial factory window position.

View File

@ -1 +1 @@
914
915

View File

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

View File

@ -78,7 +78,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1929)
#if (_MSC_FULL_VER >= 192930133)
#define VER_CPL MS Visual C++ 2019 v16.11.(0-2)
#define VER_CPL MS Visual C++ 2019 v16.11.(0-3)
#elif (_MSC_FULL_VER >= 192930040)
#define VER_CPL MS Visual C++ 2019 v16.10.4
#elif (_MSC_FULL_VER >= 192930038)

View File

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