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
1a24cc3828
commit
aeb7fdc177
@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.905.(build_#) (2021-09-05)
|
||||
Current BETA/RC Version 5.21.907.(build_#) (2021-09-07)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -60,13 +60,13 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- .
|
||||
[.907.1]- Reset background color for "visible whitespace" if not defined.
|
||||
|
||||
--------------------------------------------------------
|
||||
REMOVED:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.90x.1]- Remove Old and deprecated Notepad3 icons.
|
||||
[.907.1]- Remove Old and deprecated Notepad3 icons.
|
||||
|
||||
--------------------------------------------------------
|
||||
TRANSLATIONS (MUI):
|
||||
|
||||
@ -73,6 +73,11 @@ POPD
|
||||
:END
|
||||
TITLE Finished!
|
||||
ECHO.
|
||||
|
||||
:: Pause of 10 seconds to verify the logfile before exiting
|
||||
:: ===========================================================================================
|
||||
ping -n 11 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 for 4 seconds to verify the "Notepad3 version number:" before exiting
|
||||
:: Pause of 10 seconds to verify the "Notepad3 version number:" before exiting
|
||||
:: ============================================================================
|
||||
ping -n 5 127.0.0.1>nul
|
||||
ping -n 11 127.0.0.1>nul
|
||||
|
||||
goto :END
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
2
|
||||
1
|
||||
|
||||
@ -1 +1 @@
|
||||
905
|
||||
907
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.905.2"
|
||||
version="5.21.907.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 905
|
||||
#define VERSION_BUILD 2
|
||||
#define VERSION_REV 907
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 511
|
||||
#define LEXILLA_VER 511
|
||||
#define ONIGURUMA_REGEX_VER 7.0.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user