diff --git a/Build/Changes.txt b/Build/Changes.txt
index c7e0071c8..80b10381c 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -55,6 +55,7 @@ NEW:
CHANGES:
-----------------------------------------------------
-
+- Workaround for DPI_AWARENESS Font Size problem on DPI_CHANGE.
- Non scaled transparent image on help dialog control for Rizonesoft (standard DPI resolution).
- Enhancement of the "build_np3portableapp.cmd" file.
- Remove duplicate readme.txt, license.txt and unused files.
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/language/common_res.rc b/language/common_res.rc
index 2b131badd..b8af9da12 100644
--- a/language/common_res.rc
+++ b/language/common_res.rc
@@ -57,7 +57,7 @@ IDI_MUI_STYLES ICON "Preferences.ico"
// Bitmap
//
-IDR_RIZBITMAP BITMAP "rizonesoft_t.bmp"
+IDR_RIZBITMAP BITMAP "rizonesoft.bmp"
/////////////////////////////////////////////////////////////////////////////
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 51316ed55..4eaf2dcd1 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 BETA
diff --git a/src/Version.h b/src/Version.h
index 76cd289b7..7e711cafe 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -75,7 +75,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1926)
#if(_MSC_FULL_VER >= 192628806)
- #define VER_CPL MS Visual C++ 2019 v16.6.1
+ #define VER_CPL MS Visual C++ 2019 v16.6.(1-2)
#elif(_MSC_FULL_VER >= 192628805)
#define VER_CPL MS Visual C++ 2019 v16.6.0
#endif
diff --git a/src/VersionEx.h b/src/VersionEx.h
index 62c9352c6..c67562db8 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 609
-#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