diff --git a/Build/Changes.txt b/Build/Changes.txt index d629bf185..e769b3dd1 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -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): diff --git a/Build/make_portable(.zip).cmd b/Build/make_portable(.zip).cmd index 15f8316da..4ab970e78 100644 --- a/Build/make_portable(.zip).cmd +++ b/Build/make_portable(.zip).cmd @@ -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 diff --git a/Version.cmd b/Version.cmd index 92a45deba..7a92c4b5d 100644 --- a/Version.cmd +++ b/Version.cmd @@ -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 diff --git a/Versions/build.txt b/Versions/build.txt index 0cfbf0888..d00491fd7 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -2 +1 diff --git a/Versions/day.txt b/Versions/day.txt index 7b8d08438..5fd6ba795 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -905 +907 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 52051189f..0a9eeea50 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 beta diff --git a/src/VersionEx.h b/src/VersionEx.h index f7771c8c2..c6e821ced 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -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