mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ Upd: Version files and Changes.txt
This commit is contained in:
parent
5dc88a2947
commit
fa623ed3fc
@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.721.(build_#) (2021-07-21)
|
||||
Current BETA/RC Version 5.21.722.(build_#) (2021-07-22)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -140,6 +140,9 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.722.1]- Fixing "infinite" loop in Markdown Lexer.
|
||||
[.722.1]- Forced file ext written to scheme export.
|
||||
[.722.1]- File-ext writing to stxle .ini files only on export.
|
||||
[.707.1]- Distinguish Win10 vs. Win11 using build number (>=22000).
|
||||
[.529.2]- F/R Dialog regression: allow replace in selection (if selection not empty).
|
||||
[.527.1]- Correct handling of F/R dialog pattern combo-box dropdown list.
|
||||
|
||||
@ -1 +1 @@
|
||||
721
|
||||
722
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.721.1"
|
||||
version="5.21.722.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 721
|
||||
#define VERSION_REV 722
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 510
|
||||
#define LEXILLA_VER 510
|
||||
|
||||
Loading…
Reference in New Issue
Block a user