Merge pull request #4302 from hpwamr/mui

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

View File

@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.22.1115.(build_#) (2022-11-15)
Current BETA/RC Version 5.22.1118.(build_#) (2022-11-18)
========================================================
--------------------------------------------------------
@ -63,6 +63,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[1118.1]- Using new AviSynth+ keyword lists and AviSynth colors (light/dark mode).
[1115.2]- Minor enhancements for AviSynth Lexer.
[1115.1]- Refactoring common base and subsequent syntax base font handling.
[1114.1]- Minor corrections to project properties.

View File

@ -1 +1 @@
2
1

View File

@ -1 +1 @@
1115
1118

View File

@ -3,7 +3,7 @@
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity
name="Rizonesoft.Notepad3"
version="5.22.1115.2"
version="5.22.1118.1"
processorArchitecture="*"
type="win32"
/>

View File

@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 22
#define VERSION_REV 1115
#define VERSION_BUILD 2
#define VERSION_REV 1118
#define VERSION_BUILD 1
#define SCINTILLA_VER 531
#define LEXILLA_VER 520
#define ONIGURUMA_REGEX_VER 6.9.8