+ upd: Version 5.20.722.1 (22 July 2020) and Changes.txt

This commit is contained in:
Pairi Daiza 2020-07-22 09:55:25 +02:00
parent 8a07e15c4d
commit a02ca45b72
6 changed files with 10 additions and 9 deletions

View File

@ -33,7 +33,7 @@ SUP - (S)et(UP) / Installer Package
=====================================================
Current RC2 Version 5.20.721.(build_#) (2020-07-21)
Version 5.20.722.1 (22 July 2020)
=====================================================
-----------------------------------------------------
@ -98,6 +98,7 @@ ENHANCEMENT:
-----------------------------------------------------
FIXES:
-----------------------------------------------------
- Alt+W (strip trailing blanks) should work w/o selection.
- TimeStamp handling.
- Menu selection operation (disable w/o selection).
- Move view to matching brace (even if outside current work area).

View File

@ -1,6 +1,6 @@
@echo off
setlocal
set _VERPATCH_=RC2
set _VERPATCH_=RC1
echo."%_VERPATCH_%">.\np3portableapp\_buildname.txt
Version -VerPatch "%_VERPATCH_%"
endlocal

View File

@ -1 +1 @@
2
1

View File

@ -1 +1 @@
721
722

View File

@ -3,8 +3,8 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.721.2"
version="5.20.722.1"
type="win32"
/>
<description>Notepad3 RC2</description>
<description>Notepad3 </description>
</assembly>

View File

@ -8,12 +8,12 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 721
#define VERSION_BUILD 2
#define VERSION_REV 722
#define VERSION_BUILD 1
#define SCINTILLA_VER 443
#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 RC2
#define VERSION_PATCH
#define VERSION_COMMIT_ID dkt1-amr