+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2021-03-25 21:52:55 +01:00
parent 794a88273c
commit 18e14f7cf6
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
4 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -1 +1 @@
2
3

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.21.325.2"
version="5.21.325.3"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -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