diff --git a/Build/Changes.txt b/Build/Changes.txt
index b2f15ff0c..819892972 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.1226.(build_#) (2021-12-26)
+Current BETA/RC Version 5.21.1228.(build_#) (2021-12-28)
========================================================
--------------------------------------------------------
@@ -48,7 +48,9 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
-[1211.6]- In Windows 11, running "notepad" from "Run" (Win+R) launches "Notepad3".
+[1228.1]- AboutBox's RichEdit Ctrl: enable more options for EM_AUTOURLDETECT.
+[1228.1]- Hyperlink RegEx Scanner: don't allow XML tagging brackets as part of Hyperlink text.
+[1226.1]- In Windows 11, running "Notepad" from "Run" (Win+R) launches "Notepad3".
[1211.1]- Removing unnecessary "ToShortPath" operations.
[1211.1]- Small performance enhancement for large rectangle selection undo/redo del/ins.
[1211.1]- PathGetDisplayName(): strip path(dir) option, to enable to show full path in dialogs.
@@ -70,6 +72,7 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[1228.1]- Allow hyperlinks end in dashes.
[1222.1]- Support User-Doc on Recent Files Jump List.
[1222.1]- Trim line endings on Save except AutoSave.
[1222.1]- Find user docs special folder var.
diff --git a/Readme.txt b/Readme.txt
index ab8d8b02a..50c0d44d2 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -98,7 +98,7 @@ alex-ilin https://github.com/alex-ilin
alexantr https://github.com/alexantr
ashish12phnx https://github.com/ashish12phnx
bravo-hero https://github.com/bravo-hero
-craigo- https://github.com/craigo-/
+craigo- https://github.com/craigo-
Crane70 https://github.com/Crane70
danfong https://github.com/danfong
engelhro https://github.com/engelhro
diff --git a/Versions/day.txt b/Versions/day.txt
index f1f06a035..fe1b06087 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-1226
+1228
diff --git a/language/common_res.rc b/language/common_res.rc
index fef1f9c66..2ef60a6e7 100644
--- a/language/common_res.rc
+++ b/language/common_res.rc
@@ -110,8 +110,8 @@ IDS_MUI_ABOUT_LIBS "\
"
//
-// Note for "craigo-", from the list of "Acknowledgments:", to access its right
-// site, a slash "/" must be added after its name (like this: "craigo-/") !
+// Note for "craigo-", in the "Acknowledgments:" list, to access the right site,
+// a slash "/" must be added after its name (like this: "craigo-/") !
//
IDS_MUI_ABOUT_ACKNOWLEDGES "\
diff --git a/np3portableapp/Notepad3Portable/Other/Source/Notepad3.nsi b/np3portableapp/Notepad3Portable/Other/Source/Notepad3.nsi
index 44b87c5fd..48536e1c4 100644
--- a/np3portableapp/Notepad3Portable/Other/Source/Notepad3.nsi
+++ b/np3portableapp/Notepad3Portable/Other/Source/Notepad3.nsi
@@ -44,7 +44,7 @@ VIAddVersionKey FileDescription "Based on code from Notepad2, Florian Balmer© 1
VIAddVersionKey FileVersion "${VER}"
VIAddVersionKey ProductVersion "${VER}"
VIAddVersionKey InternalName "${PORTABLEAPPNAME}"
-VIAddVersionKey LegalTrademarks "Rizonesoft© 2008-2021"
+VIAddVersionKey LegalTrademarks "Rizonesoft © 2008-2021"
VIAddVersionKey OriginalFilename "${DEFAULTEXE}"
;VIAddVersionKey PrivateBuild ""
;VIAddVersionKey SpecialBuild ""
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 68391b437..6468e4138 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 629972854..e3a4f0182 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 1226
+#define VERSION_REV 1228
#define VERSION_BUILD 1
#define SCINTILLA_VER 515
#define LEXILLA_VER 514