Merge pull request #2843 from hpwamr/mui

+ upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2020-09-17 14:54:10 +02:00 committed by GitHub
commit a19736a084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -66,6 +66,8 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.xxx.x]-
[.917.3]- Bring back themed ReBar (Toolbar parent) for Win7.
[.917.3]- Bring back themed ReBar (Toolbar parent) for Win10 using Light Mode (DarkMode not wanted).
[.917.2]- Win7 Toolbar background back to COLOR_BTNFACE, Win10 stays with COLOR_WINDOWS.
[.916.1]- 1st try to fix Win7 startup crash (library loading).
[.916.1]- Update Titlebar on document modified.

View File

@ -1 +1 @@
2
3

View File

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

View File

@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 917
#define VERSION_BUILD 2
#define VERSION_BUILD 3
#define SCINTILLA_VER 445
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27