Merge pull request #3967 from hpwamr/mui

+ Upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2022-02-16 11:49:43 +01:00 committed by GitHub
commit d87712872f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 5 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.22.215.(build_#) (2022-02-15)
Current BETA/RC Version 5.22.216.(build_#) (2022-02-16)
========================================================
--------------------------------------------------------
@ -81,6 +81,7 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.216.1]- ID mismatch using 'enter' to close infobox (vs. 'yes/ok' button).
[.214.1]- Allow switching encoding for empty document.
[.209.1]- Memory issues fixing and hardening.
[.128.2]- XML/HTML Stream Comment.

View File

@ -1 +1 @@
215
216

View File

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

View File

@ -76,7 +76,11 @@
#undef VER_CPL
#if defined(_MSC_VER)
#if (_MSC_VER == 1930)
#if (_MSC_VER == 1931)
#if (_MSC_FULL_VER >= 193131104)
#define VER_CPL MS Visual C++ 2022 v17.1.0
#endif
#elif (_MSC_VER == 1930)
#if (_MSC_FULL_VER >= 193030709)
#define VER_CPL MS Visual C++ 2022 v17.0.(5-6)
#elif (_MSC_FULL_VER >= 193030706)

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 22
#define VERSION_REV 215
#define VERSION_REV 216
#define VERSION_BUILD 1
#define SCINTILLA_VER 520
#define LEXILLA_VER 515