+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2021-03-25 13:36:07 +01:00
parent 9118041f81
commit 7e1578e3e3
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.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.
[.323.1]- Lexer "Python": fixing Format-Strings (f-strings).

View File

@ -1 +1 @@
1
2

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.21.325.1"
version="5.21.325.2"
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 1
#define VERSION_BUILD 2
#define SCINTILLA_VER 500
#define LEXILLA_VER 500
#define ONIGURUMA_REGEX_VER 6.9.6