mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ Add version files for beta channel (Build_2708)
This commit is contained in:
parent
d480f6c575
commit
ee23de13ae
@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
=====================================================
|
||||
Current BETA Version 5.20.114.(build_#) (2020-01-14)
|
||||
Current BETA Version 5.20.116.(build_#) (2020-01-16)
|
||||
=====================================================
|
||||
|
||||
-----------------------------------------------------
|
||||
@ -97,6 +97,7 @@ ENHANCEMENT:
|
||||
-----------------------------------------------------
|
||||
FIXES:
|
||||
-----------------------------------------------------
|
||||
- "Recent Files" History handling.
|
||||
- URL Encode/Decode (according to RFC 3986) for (Win7 API).
|
||||
- Win7 "procedure entry point "SetCoalescableTimer()" could not be located.
|
||||
- Wrap to Column - default=80.
|
||||
|
||||
@ -1 +1 @@
|
||||
2707
|
||||
2708
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.114.2707"
|
||||
version="5.20.116.2708"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 BETA</description>
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 114
|
||||
#define VERSION_BUILD 2707
|
||||
#define VERSION_REV 116
|
||||
#define VERSION_BUILD 2708
|
||||
#define SCINTILLA_VER 423
|
||||
#define ONIGURUMA_REGEX_VER 6.9.4
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
|
||||
Loading…
Reference in New Issue
Block a user