mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ chg: Update Build version
This commit is contained in:
parent
75cd37ac0f
commit
ca18887db5
@ -78,7 +78,7 @@ FIXES:
|
||||
--------------------------------------------------
|
||||
REMOVED:
|
||||
--------------------------------------------------
|
||||
- "Ctrl+Shift+Alt+F" (Code Folding) because no longer works with Win10 1903.
|
||||
- "Ctrl+Shift+Alt+F" (Code Folding) no longer works from Windows 10 v1903.
|
||||
|
||||
--------------------------------------------------
|
||||
TRANSLATIONS (MUI):
|
||||
|
||||
@ -1 +1 @@
|
||||
2622
|
||||
2623
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.19.909.2622"
|
||||
version="5.19.910.2623"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 BETA</description>
|
||||
|
||||
@ -7,8 +7,8 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 19
|
||||
#define VERSION_REV 909
|
||||
#define VERSION_BUILD 2622
|
||||
#define VERSION_REV 910
|
||||
#define VERSION_BUILD 2623
|
||||
#define SCINTILLA_VER 420
|
||||
#define ONIGURUMA_REGEX_VER 6.9.3
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
|
||||
Loading…
Reference in New Issue
Block a user