Merge pull request #3569 from hpwamr/mui

+ Upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2021-08-13 14:47:51 +02:00 committed by GitHub
commit fa5c3591da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 4 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.811.(build_#) (2021-08-11)
Current BETA/RC Version 5.21.813.(build_#) (2021-08-13)
========================================================
--------------------------------------------------------
@ -83,6 +83,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[.811.1]- Scintilla Python generator methods for embeddable Python (SCI).
[.811.1]- MUI base language definition moved to solution's preprocessors (C/C++ & RC) defines.
[.810.1]- Some refactorings and code cleanup.
[.804.1]- Minor changed regarding file changed indicator.
@ -156,6 +157,8 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.813.1]- "grepWinNP3" project: post build step - xcopy .lang files to desired build output dir (GRE).
[.813.1]- Remove obsolete (by SCI Lib v5.1.1) settings.
[.809.2]- Size of visible whitespace style.
[.809.2]- Workaround for additional selection typing.
[.807.1]- RegEx line begin pattern stuck after zero-length replacement.

View File

@ -1 +1 @@
811
813

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.21.811.1"
version="5.21.813.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 811
#define VERSION_REV 813
#define VERSION_BUILD 1
#define SCINTILLA_VER 511
#define LEXILLA_VER 511