+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2020-12-23 21:27:32 +01:00
parent 70b5b6eb48
commit df19903810
4 changed files with 5 additions and 4 deletions

View File

@ -34,7 +34,7 @@ SUP - (S)et(UP) / Installer Package
========================================================
Current BETA/RC Version 5.20.1222.(build_#) (2020-12-22)
Current BETA/RC Version 5.20.1223.(build_#) (2020-12-23)
========================================================
--------------------------------------------------------
@ -66,6 +66,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.xxx.x]- .
[1223.1]- Iinitial start screen resolution independent fixed base font size.
[1218.1]- Avoid wrap-around requester if there is no other possible occurrence.
[1214.1]- Behavior change: copy to clipboard on empty selection -> don't copy anything if current line is empty.
[1214.1]- Update keywords list in Style INNO Lexer.

View File

@ -1 +1 @@
1222
1223

View File

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

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 1222
#define VERSION_REV 1223
#define VERSION_BUILD 1
#define SCINTILLA_VER 446
#define ONIGURUMA_REGEX_VER 6.9.6