diff --git a/Versions/day.txt b/Versions/day.txt
index 3860ed913..6ac793b42 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-323
+325
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 0033faec5..95aea9d61 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 RC3
diff --git a/src/Version.h b/src/Version.h
index a0d7422b2..2d8450d82 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -74,7 +74,9 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1925)
- #if(_MSC_FULL_VER >= 192528610)
+ #if(_MSC_FULL_VER >= 192528611)
+ #define VER_CPL MS Visual C++ 2019 v16.5.1
+ #elif(_MSC_FULL_VER >= 192528610)
#define VER_CPL MS Visual C++ 2019 v16.5.0
#endif
#elif (_MSC_VER == 1924)
diff --git a/src/VersionEx.h b/src/VersionEx.h
index 9e53113f8..62069b001 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
-#define VERSION_REV 323
+#define VERSION_REV 325
#define VERSION_BUILD 1
#define SCINTILLA_VER 432
#define ONIGURUMA_REGEX_VER 6.9.4
@@ -16,4 +16,4 @@
#define TINYEXPR_VER 2018.05.11
#define UTHASH_VER 2.1.0
#define VERSION_PATCH RC3
-#define VERSION_COMMIT_ID t7820-rk
+#define VERSION_COMMIT_ID dkt1-amr