mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #3277 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
4baaef1e15
@ -82,6 +82,7 @@ CHANGES:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.407.2]- New comment doc styling for C++ lexer (used for C#, RC, JS and Java too).
|
||||
[.407.1]- Center dialog in parent: for system dialog and if minimized (tray or taskbar).
|
||||
[.406.1]- Mark all Occurrences in case of reopened F/R dialog.
|
||||
[.406.1]- Center dialog in parent.
|
||||
|
||||
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.407.1"
|
||||
version="5.21.407.2"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 407
|
||||
#define VERSION_BUILD 1
|
||||
#define VERSION_BUILD 2
|
||||
#define SCINTILLA_VER 500
|
||||
#define LEXILLA_VER 501
|
||||
#define ONIGURUMA_REGEX_VER 6.9.6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user