mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
Merge pull request #4270 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
eea051dfba
@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.22.1029.(build_#) (2022-10-29)
|
||||
Current BETA/RC Version 5.22.1102.(build_#) (2022-11-02)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -117,6 +117,7 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[1102.1]- Error message on loading empty file.
|
||||
[1029.1]- Issue on undo/redo stack.
|
||||
[1029.1]- Refactored of undo/redo and document modify handler.
|
||||
[1028.1]- Broken reload file (broken by check for single file instance)".
|
||||
|
||||
@ -1 +1 @@
|
||||
1029
|
||||
1102
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.22.1029.1"
|
||||
version="5.22.1102.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 22
|
||||
#define VERSION_REV 1029
|
||||
#define VERSION_REV 1102
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 531
|
||||
#define LEXILLA_VER 520
|
||||
|
||||
Loading…
Reference in New Issue
Block a user