From 97b0e61bf11e60ee222e9a7d7ad4ec460dee5522 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Sat, 12 Sep 2020 11:02:50 +0200 Subject: [PATCH] + upd: Version files and Changes.txt --- Build/Changes.txt | 5 ++++- Versions/build.txt | 2 +- Versions/day.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 4 ++-- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index a18f84aad..2ba54954b 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -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: "=?" 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 '='. diff --git a/Versions/build.txt b/Versions/build.txt index 0cfbf0888..d00491fd7 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -2 +1 diff --git a/Versions/day.txt b/Versions/day.txt index 8ad23df1c..fbd4b2117 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -911 +912 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 7e4199740..e74325c2e 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 rc diff --git a/src/VersionEx.h b/src/VersionEx.h index 8670bd169..5b70c01d3 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -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