+ upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2020-05-14 23:44:43 +02:00
parent a9f2c1fcd1
commit c7bfd6143e
4 changed files with 7 additions and 5 deletions

View File

@ -32,7 +32,7 @@ GRE - (GRE)pWinNP3 Search in Files Tool
=====================================================
Current BETA Version 5.20.513.(build_#) (2020-05-13)
Current BETA Version 5.20.514.(build_#) (2020-05-14)
=====================================================
-----------------------------------------------------
@ -81,6 +81,8 @@ ENHANCEMENT:
FIXES:
-----------------------------------------------------
-
- Scroll/normalize selection in view.
- Fixing some CppCheck complaints.
- Broken x86 (32-bit) build.
- Theme scheme file handling (file extension inheritance).
- Remember find pattern (Ctrl+F3).

View File

@ -1 +1 @@
1
2

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.514.1"
version="5.20.514.2"
type="win32"
/>
<description>Notepad3 BETA</description>

View File

@ -9,11 +9,11 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 514
#define VERSION_BUILD 1
#define VERSION_BUILD 2
#define SCINTILLA_VER 433
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27
#define TINYEXPR_VER 2018.05.11
#define UTHASH_VER 2.1.0
#define VERSION_PATCH BETA
#define VERSION_COMMIT_ID t7820-rk
#define VERSION_COMMIT_ID dkt1-amr