+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2021-08-24 00:39:46 +02:00
parent 699eff4390
commit d85bb474fc
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
4 changed files with 6 additions and 4 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.822.(build_#) (2021-08-22)
Current BETA/RC Version 5.21.824.(build_#) (2021-08-24)
========================================================
--------------------------------------------------------
@ -161,6 +161,8 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.824.1]- Sync status bar font size on system font size change.
[.824.1]- Restore previous window position while DPI scaling changed meanwhile.
[.822.1]- Missing .ini must not have an assertion failure, allowed case here.
[.820.1]- Specify "/utf-8" compiler option for "Scintilla, Lexilla and grepWinNP3" projects.
[.813.1]- "grepWinNP3" project: post build step - xcopy .lang files to desired build output dir (GRE).

View File

@ -1 +1 @@
822
824

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.21.822.1"
version="5.21.824.1"
type="win32"
/>
<description>Notepad3 rc</description>

View File

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