diff --git a/Build/Changes.txt b/Build/Changes.txt
index 1b6a367b5..13d131691 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.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.
--------------------------------------------------------
diff --git a/Build/make_portable(.zip).cmd b/Build/make_portable(.zip).cmd
index 4ab970e78..1218c9726 100644
--- a/Build/make_portable(.zip).cmd
+++ b/Build/make_portable(.zip).cmd
@@ -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
diff --git a/Version.cmd b/Version.cmd
index 7a92c4b5d..c6f18a523 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 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
diff --git a/Versions/day.txt b/Versions/day.txt
index 5fd6ba795..62bafeec8 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-907
+910
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 0a9eeea50..8c22a65be 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 c6e821ced..31975fb3b 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -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