+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2021-09-07 15:28:01 +02:00
parent 1a24cc3828
commit aeb7fdc177
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
7 changed files with 15 additions and 10 deletions

View File

@ -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):

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
2
1

View File

@ -1 +1 @@
905
907

View File

@ -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>

View File

@ -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