+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2021-09-10 14:50:53 +02:00
parent dd6fb958a3
commit 46f33729f8
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
6 changed files with 9 additions and 8 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.907.(build_#) (2021-09-07)
Current BETA/RC Version 5.21.910.(build_#) (2021-09-10)
========================================================
--------------------------------------------------------
@ -60,6 +60,7 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.910.1]- Web-Action commands should use also user-defined app to open hyperlinks.
[.907.1]- Reset background color for "visible whitespace" if not defined.
--------------------------------------------------------

View File

@ -74,9 +74,9 @@ POPD
TITLE Finished!
ECHO.
:: Pause of 10 seconds to verify the logfile before exiting
:: Pause of 4 seconds to verify the logfile before exiting
:: ===========================================================================================
ping -n 11 127.0.0.1>nul
:: ping -n 5 127.0.0.1>nul
ENDLOCAL
EXIT /B

View File

@ -12,9 +12,9 @@ PowerShell.exe -NoProfile -NonInteractive -NoLogo -ExecutionPolicy Unrestricted
set EXITCODE=%ERRORLEVEL%
::ECHO ERRORLEVEL=%EXITCODE%
:: Pause of 10 seconds to verify the "Notepad3 version number:" before exiting
:: Pause of 4 seconds to verify the "Notepad3 version number:" before exiting
:: ============================================================================
ping -n 11 127.0.0.1>nul
ping -n 5 127.0.0.1>nul
goto :END

View File

@ -1 +1 @@
907
910

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.21.907.1"
version="5.21.910.1"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 907
#define VERSION_REV 910
#define VERSION_BUILD 1
#define SCINTILLA_VER 511
#define LEXILLA_VER 511