Merge pull request #4270 from hpwamr/mui

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

View File

@ -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)".

View File

@ -1 +1 @@
1029
1102

View File

@ -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>

View File

@ -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