mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #1917 from hpwamr/mui
+ Add version files for beta channel (Build_2714)
This commit is contained in:
commit
c3ffa4592c
@ -1 +1 @@
|
||||
2713
|
||||
2714
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.124.2713"
|
||||
version="5.20.125.2714"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 BETA</description>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user