diff --git a/Build/Changes.txt b/Build/Changes.txt
index 9d5764f17..d58698fc8 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -105,6 +105,7 @@ CHANGES:
--------------------------------------------------------
FIXES:
--------------------------------------------------------
+[.226.2]- URL-Decoding of file Hyperlinks ("file://...").
[.226.1]- Wrap-Around tooltip use correct encoding.
[.222.2]- Multi-Line movement: proceed to document end correctly.
[.222.2]- Toggle comment on empty selection at insertion point: keep position of selection end.
diff --git a/Versions/build.txt b/Versions/build.txt
index d00491fd7..0cfbf0888 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-1
+2
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index ad688e444..2c85c5010 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 rc
diff --git a/src/VersionEx.h b/src/VersionEx.h
index ad78acc53..b2fb9d703 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 226
-#define VERSION_BUILD 1
+#define VERSION_BUILD 2
#define SCINTILLA_VER 446
#define ONIGURUMA_REGEX_VER 6.9.6
#define UCHARDET_VER 2018.09.27