mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge pull request #4012 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
83cfecdf30
@ -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.
|
||||
|
||||
@ -1 +1 @@
|
||||
301
|
||||
302
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user