mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ Upd: Version files and Changes.txt
This commit is contained in:
parent
2e30c6cf9c
commit
baa4db1d94
@ -40,6 +40,7 @@ Current BETA/RC Version 5.22.217.(build_#) (2022-02-17)
|
||||
NEW:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.218.1]- Show number of occurrence on sequence of marked all.
|
||||
[.217.1]- F/R-dialog menu item to switch replace by clipboard tag (^c).
|
||||
[.215.1]- Set keyword-lists for CSS Lexer according to SiTE's css.properties.
|
||||
[.212.1]- Document "Read Only" view menu item for switching mode.
|
||||
|
||||
@ -1 +1 @@
|
||||
2
|
||||
1
|
||||
|
||||
@ -1 +1 @@
|
||||
217
|
||||
218
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.22.217.2"
|
||||
version="5.22.218.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 22
|
||||
#define VERSION_REV 217
|
||||
#define VERSION_BUILD 2
|
||||
#define VERSION_REV 218
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 520
|
||||
#define LEXILLA_VER 515
|
||||
#define ONIGURUMA_REGEX_VER 7.0.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user