diff --git a/Build/Changes.txt b/Build/Changes.txt index 703ec359d..469b7a56c 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -33,13 +33,14 @@ SUP - (S)et(UP) / Installer Package ===================================================== -Current BETA Version 5.20.818.(build_#) (2020-08-18) +Current BETA Version 5.20.819.(build_#) (2020-08-19) ===================================================== ----------------------------------------------------- NEW: ----------------------------------------------------- [.###.#]- +[.819.1]- 1st version of Occurrences Bookmarks on Focused-View. [.816.1]- Controls to clear history (file and find/replace). [.815.1]- Using dialog RTL option for Main window too. [.813.1]- Right-to-left (RTL) title/frame layout for some dialogs. diff --git a/Version.cmd b/Version.cmd index 4e8fba684..c14df5edc 100644 --- a/Version.cmd +++ b/Version.cmd @@ -11,6 +11,11 @@ if ["%~1"] neq [""] call :ESCAPE_ARGS PowerShell.exe -NoProfile -NonInteractive -NoLogo -ExecutionPolicy Unrestricted -Command "& { $ErrorActionPreference = 'Stop'; & '%SCRIPTNAME%' @args; Exit $LastExitCode }" %ARGS% set EXITCODE=%ERRORLEVEL% ::ECHO ERRORLEVEL=%EXITCODE% + +:: Pause for 10 seconds to verify the "Notepad3 version number:" before exiting +:: ============================================================================ +ping -n 11 127.0.0.1>nul + goto :END :ESCAPE_ARGS diff --git a/Version.ps1 b/Version.ps1 index d39ecdb69..af5853a48 100644 --- a/Version.ps1 +++ b/Version.ps1 @@ -23,6 +23,7 @@ function DebugOutput($msg) { #~return ## disabled debug output if ($msg -ne $null) { + Write-Host "" Write-Host "$msg" } } @@ -127,6 +128,7 @@ finally { [Environment]::SetEnvironmentVariable("LASTEXITCODE", $LastExitCode, "User") $host.SetShouldExit($LastExitCode) + Write-Host "" Write-Host "VersionPatching: Done! Elapsed time: $($stopwatch.Elapsed)." Exit $LastExitCode } diff --git a/Versions/day.txt b/Versions/day.txt index 68c7a4170..b3fa96d20 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -818 +819 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 44703ed56..e1331cc59 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 beta diff --git a/src/Version.h b/src/Version.h index 367e4c6da..a15743678 100644 --- a/src/Version.h +++ b/src/Version.h @@ -75,7 +75,7 @@ #if defined(_MSC_VER) #if (_MSC_VER == 1927) #if(_MSC_FULL_VER >= 192729111) - #define VER_CPL MS Visual C++ 2019 v16.7.1 + #define VER_CPL MS Visual C++ 2019 v16.7.(1-2) #elif(_MSC_FULL_VER >= 192729110) #define VER_CPL MS Visual C++ 2019 v16.7.0 #endif diff --git a/src/VersionEx.h b/src/VersionEx.h index e8bc9e976..b0d920d10 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 20 -#define VERSION_REV 818 +#define VERSION_REV 819 #define VERSION_BUILD 1 #define SCINTILLA_VER 444 #define ONIGURUMA_REGEX_VER 6.9.5