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
dd6fb958a3
commit
46f33729f8
@ -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.
|
||||
|
||||
--------------------------------------------------------
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
907
|
||||
910
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user