Merge pull request #2783 from hpwamr/mui

+ upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2020-09-12 18:49:46 +02:00 committed by GitHub
commit 9d905b4dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 6 deletions

View File

@ -33,7 +33,7 @@ SUP - (S)et(UP) / Installer Package
========================================================
Current BETA/RC Version 5.20.911.(build_#) (2020-09-11)
Current BETA/RC Version 5.20.912.(build_#) (2020-09-12)
========================================================
--------------------------------------------------------
@ -103,6 +103,9 @@ ENHANCEMENT:
FIXES:
--------------------------------------------------------
[.###.#]-
[.912.1]- TinyExpr: enable CP1252 operators '×'(mul) and '÷'(div).
[.912.1]- TinyExpr: ignoring currency chars ("$€¢£¥") in expressions.
[.912.1]- TinyExpr: "<n>=?" result not taken into account.
[.911.2]- TinyExpr: inline evaluation on active option only.
[.911.2]- TinyExpr: allow rh equal and questionmark.
[.911.2]- TinyExpr: newline after evaluation by '=<ENTER>'.

View File

@ -1 +1 @@
2
1

View File

@ -1 +1 @@
911
912

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.911.2"
version="5.20.912.1"
type="win32"
/>
<description>Notepad3 rc</description>

View File

@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 911
#define VERSION_BUILD 2
#define VERSION_REV 912
#define VERSION_BUILD 1
#define SCINTILLA_VER 444
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27