mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ Upd: Version files and Changes.txt
This commit is contained in:
parent
794a88273c
commit
18e14f7cf6
@ -75,6 +75,7 @@ CHANGES:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.325.3]- Possible busy-loop in Kotlin and Dard Lexer.
|
||||
[.325.2]- Don't keep window top-most after returning from full-screen mode (F11 toggle).
|
||||
[.325.1]- Compiler switch to allow mono language binary.
|
||||
[.324.1]- Read-Only-Attribute cooperating with Exclusive-Write-Lock.
|
||||
|
||||
@ -1 +1 @@
|
||||
2
|
||||
3
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.325.2"
|
||||
version="5.21.325.3"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 325
|
||||
#define VERSION_BUILD 2
|
||||
#define VERSION_BUILD 3
|
||||
#define SCINTILLA_VER 500
|
||||
#define LEXILLA_VER 500
|
||||
#define ONIGURUMA_REGEX_VER 6.9.6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user