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
8f88ffb1f5
commit
704ccd393a
@ -90,6 +90,9 @@ CHANGES:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.414.2]- Minipath uses NP§ preferred language, if not configured.
|
||||
[.414.2]- Compiling mono-language compiler switch version.
|
||||
[.414.2]- Some minor bugs around MUI Language selection.
|
||||
[.414.1]- Std windows behavior for cascading new instances (if configured).
|
||||
[.413.2]- Sticky Window Flag on launching new instance.
|
||||
[.413.1]- Prevent duplicate instance, if setting does not allow.
|
||||
|
||||
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.414.1"
|
||||
version="5.21.414.2"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 414
|
||||
#define VERSION_BUILD 1
|
||||
#define VERSION_BUILD 2
|
||||
#define SCINTILLA_VER 501
|
||||
#define LEXILLA_VER 501
|
||||
#define ONIGURUMA_REGEX_VER 6.9.6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user