diff --git a/Build/Changes.txt b/Build/Changes.txt
index 9ee9b6925..fbc2b2a99 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -52,6 +52,8 @@ NEW:
CHANGES:
-----------------------------------------------------
-
+- Font style/face-name handling.
+- Font selection refactoring.
- Revised grepWinNP3.ini file creation.
- Dwrite font selection dialog.
- Minor changes for dialog handling on DPI changed.
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 0e04ff6d3..46af1536b 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 29e7e2304..026bb0482 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 520
-#define VERSION_BUILD 1
+#define VERSION_BUILD 2
#define SCINTILLA_VER 433
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27