Merge pull request #1917 from hpwamr/mui

+ Add version files for beta channel (Build_2714)
This commit is contained in:
Pairi Daiza 2020-01-25 16:05:16 +01:00 committed by GitHub
commit c3ffa4592c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
2713
2714

View File

@ -19,7 +19,7 @@ Keyboard Shortcuts for Notepad3
Tools
Alt+N Open document in new window.
Alt+Shit+N Open new empty window.
Alt+Shift+N Open new empty window.
Ctrl+M Run MiniPath file browser plugin.
Ctrl+L Launch document.
Alt+L Open with.

View File

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

View File

@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 124
#define VERSION_BUILD 2713
#define VERSION_REV 125
#define VERSION_BUILD 2714
#define SCINTILLA_VER 430
#define ONIGURUMA_REGEX_VER 6.9.4
#define UCHARDET_VER 2018.09.27