+ Add version files for beta channel (Build_2708)

This commit is contained in:
Pairi Daiza 2020-01-16 09:50:54 +01:00
parent d480f6c575
commit ee23de13ae
4 changed files with 6 additions and 5 deletions

View File

@ -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.

View File

@ -1 +1 @@
2707
2708

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.114.2707"
version="5.20.116.2708"
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 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