+ upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2020-09-15 22:56:21 +02:00
parent 99a179f91e
commit bc4fe4b0f7
5 changed files with 10 additions and 6 deletions

View File

@ -53,8 +53,8 @@ CHANGES:
[.xxx.x]-
[.915.2]- User configurable "Web Action" menu item names.
[.825.1]- Update grepWinNP3 (GRE) version 2.1.3.28 (2020-08-25).
[.813.1]- Update Oniguruma Regex (ONI) engine version 6.9.6 (2020-07-31).
[.818.1]- Update Scintilla Library (SCI) version 4.4.4+ (2020-09-18).
[.915.3]- Update Oniguruma Regex (ONI) engine version 6.9.6+ (2020-09-15).
[.915.3]- Update Scintilla Library (SCI) version 4.4.5 (2020-09-09).
--------------------------------------------------------
FIXES:

View File

@ -1 +1 @@
2
3

View File

@ -169,6 +169,8 @@ copy /B "%NP3_X64_DIR%\grepWinNP3.exe" /B "%NP3_PORTAPP_DIR%\App\Notepad3\x64\"
:: ---------------------------------------------------------------------------------------------------
goto :SKIP_DLL
:: Only for "Notepad3Portable_DLL" version
:: Copy all current "Scintilla.dll" files
if exist %NP3_WIN32_DIR%\Scintilla.dll (
@ -183,6 +185,8 @@ if exist %NP3_X64_DIR%\Scintilla.dll (
echo. \x64\Scintilla.dll does not exist
)
:SKIP_DLL
:: ---------------------------------------------------------------------------------------------------
call :REPLACE "xxxVERSIONxxx" "%NP3_PORTAPP_INFO%_template.ini" "%VERSION%" "%NP3_PORTAPP_INFO%_tmp.ini"

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.915.2"
version="5.20.915.3"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -9,8 +9,8 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 915
#define VERSION_BUILD 2
#define SCINTILLA_VER 444
#define VERSION_BUILD 3
#define SCINTILLA_VER 445
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27
#define TINYEXPR_VER 2018.05.11