mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ upd: version files and Changes.txt
This commit is contained in:
parent
42bd7cc56a
commit
d83e9d79fe
@ -32,7 +32,7 @@ GRE - (GRE)pWinNP3 Search in Files Tool
|
||||
|
||||
|
||||
=====================================================
|
||||
Current BETA Version 5.20.514.(build_#) (2020-05-14)
|
||||
Current BETA Version 5.20.518.(build_#) (2020-05-18)
|
||||
=====================================================
|
||||
|
||||
-----------------------------------------------------
|
||||
@ -81,6 +81,7 @@ ENHANCEMENT:
|
||||
FIXES:
|
||||
-----------------------------------------------------
|
||||
-
|
||||
- Don't add recent file list (history) to taskbar's jump-list.
|
||||
- Scroll/normalize selection in view.
|
||||
- Fixing some CppCheck complaints.
|
||||
- Broken x86 (32-bit) build.
|
||||
|
||||
@ -1 +1 @@
|
||||
517
|
||||
518
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.517.1"
|
||||
version="5.20.518.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 BETA</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 517
|
||||
#define VERSION_REV 518
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 433
|
||||
#define ONIGURUMA_REGEX_VER 6.9.5
|
||||
@ -16,4 +16,4 @@
|
||||
#define TINYEXPR_VER 2018.05.11
|
||||
#define UTHASH_VER 2.1.0
|
||||
#define VERSION_PATCH BETA
|
||||
#define VERSION_COMMIT_ID nebukadn
|
||||
#define VERSION_COMMIT_ID dkt1-amr
|
||||
|
||||
Loading…
Reference in New Issue
Block a user