Merge pull request #2238 from hpwamr/mui

+ chg: Add UTF-8 tag to grepWinNP3.rc
This commit is contained in:
Pairi Daiza 2020-04-19 00:03:09 +02:00 committed by GitHub
commit 07135d560a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View File

@ -1 +1 @@
2
3

View File

@ -1,5 +1,6 @@
// Microsoft Visual C++ generated resource script.
//
// encoding: UTF-8
#pragma code_page(65001) // UTF-8
#include "..\resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -21,6 +22,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#pragma code_page(65001) // UTF-8
/////////////////////////////////////////////////////////////////////////////
//

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.418.2"
version="5.20.418.3"
type="win32"
/>
<description>Notepad3 BETA</description>

View File

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