Merge pull request #1764 from hpwamr/mui

+ ver: version files for beta channel (Build_2672)
This commit is contained in:
Pairi Daiza 2019-11-10 10:13:09 +01:00 committed by GitHub
commit 816d80cdaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
2671
2672

View File

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

View File

@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 19
#define VERSION_REV 1107
#define VERSION_BUILD 2671
#define VERSION_REV 1110
#define VERSION_BUILD 2672
#define SCINTILLA_VER 420
#define ONIGURUMA_REGEX_VER 6.9.4
#define UCHARDET_VER 2018.09.27