diff --git a/Versions/day.txt b/Versions/day.txt
index ced7b1ba5..cdf11a8dc 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-925
+926
diff --git a/language/common_res.rc b/language/common_res.rc
index ae4e32c81..83271f855 100644
--- a/language/common_res.rc
+++ b/language/common_res.rc
@@ -170,7 +170,7 @@ IDS_MUI_ABOUT_LICENSES "\
// Notepad's BSD License
// --------------------------------------------
IDS_MUI_ABOUT_RTF_6 "\
-\\cf0 \\fs20\\b1\\ul1 Notepad3 Licence:\\ul0\\b0\\fs18\\par\
+\\cf0 \\fs20\\b1\\ul1 Notepad3 License:\\ul0\\b0\\fs18\\par\
\\cf0 \\par\
\\cf0 Notepad3 and MiniPath Copyright \\u0169 2008-2021 Rizonesoft, All rights reserved.\\par\
\\cf0 https://www.rizonesoft.com\\par\
diff --git a/language/np3_en_us/strings_en_us.rc b/language/np3_en_us/strings_en_us.rc
index aa6309120..0a881293c 100644
--- a/language/np3_en_us/strings_en_us.rc
+++ b/language/np3_en_us/strings_en_us.rc
@@ -362,7 +362,7 @@ IDS_MUI_ABOUT_RTF_4 "\
\\cf0 \\fs20\\b1\\ul1 Resources:\\ul0\\b0\\fs18\\par\
"
IDS_MUI_ABOUT_RTF_5 "\
-\\cf0 \\fs20\\b1\\ul1 Licences:\\ul0\\b0\\fs18\\par\
+\\cf0 \\fs20\\b1\\ul1 Licenses:\\ul0\\b0\\fs18\\par\
"
END
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index a72d2e7f1..0badbf43a 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 b09f019ad..c9bffff8a 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 925
+#define VERSION_REV 926
#define VERSION_BUILD 1
#define SCINTILLA_VER 511
#define LEXILLA_VER 511