Merge pull request #4012 from hpwamr/mui

+ Upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2022-03-02 18:53:07 +01:00 committed by GitHub
commit 83cfecdf30
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.301.(build_#) (2022-03-01)
Current BETA/RC Version 5.22.302.(build_#) (2022-03-02)
========================================================
--------------------------------------------------------
@ -54,6 +54,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[.302.1]- Default settings for Auto-Save beta version.
[.226.1]- Rainbow CSV Lexer: try to solve non-paired quotings.
[.218.1]- Show number of occurrence on sequence of marked all.
[.217.2]- Drag&drop text snippet while ALT-Key down will not scroll.

View File

@ -1 +1 @@
301
302

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.22.301.1"
version="5.22.302.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 301
#define VERSION_REV 302
#define VERSION_BUILD 1
#define SCINTILLA_VER 520
#define LEXILLA_VER 515