Merge pull request #1965 from hpwamr/mui

+ Add version files for RC1 version (Build_3195)
This commit is contained in:
Pairi Daiza 2020-02-10 18:35:27 +01:00 committed by GitHub
commit 0e5c96fcec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 8 deletions

View File

@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
=====================================================
Current BETA Version 5.20.208.(build_#) (2020-02-08)
Current RC1 Version 5.20.2010.(build_#) (2020-02-10)
=====================================================
-----------------------------------------------------
@ -50,6 +50,7 @@ NEW:
-----------------------------------------------------
CHANGES:
-----------------------------------------------------
- Remove AppVeyors build number, add build-of-the-day number, add short version of commit/local build ID.
- Accelerator key remapping: move line up/down vs. jump folds.
- Separate auto esc'd control chars from "transform backslashes" switch in find/replace dialog.
- Increase encoding detection confidence threshold to 92%.
@ -109,6 +110,7 @@ ENHANCEMENT:
-----------------------------------------------------
FIXES:
-----------------------------------------------------
- Line Comment (Toggle) for NIM Lexer.
- Slow indentation (TAB/BACKTAB).
- AutoCompletion box.
- Find/Replace Dialog behavior.

View File

@ -1 +1 @@
3194
3195

View File

@ -1 +1 @@
BETA
"RC1"

View File

@ -3,8 +3,8 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.210.1"
version="5.20.210.3195"
type="win32"
/>
<description>Notepad3 BETA</description>
<description>Notepad3 RC1</description>
</assembly>

View File

@ -9,11 +9,11 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 210
#define VERSION_BUILD 1
#define VERSION_BUILD 3195
#define SCINTILLA_VER 430
#define ONIGURUMA_REGEX_VER 6.9.4
#define UCHARDET_VER 2018.09.27
#define TINYEXPR_VER 2018.05.11
#define UTHASH_VER 2.1.0
#define VERSION_PATCH BETA
#define VERSION_COMMIT_ID local
#define VERSION_PATCH RC1
#define VERSION_COMMIT_ID DKT1-AMR