diff --git a/Versions/build.txt b/Versions/build.txt
index bdc2aeae6..d75c403cf 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-1717
+1718
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index b9f19dad1..680d89ac8 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 RC
diff --git a/src/Version.h b/src/Version.h
index 6f2583dc9..c2d050af9 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -67,7 +67,9 @@
#if defined(_MSC_VER)
#if (_MSC_VER >= 1920)
- #if(_MSC_FULL_VER >= 192027508)
+ #if(_MSC_FULL_VER >= 192127702)
+ #define VER_CPL MS Visual C++ 2019 v16.1.0
+ #elif(_MSC_FULL_VER >= 192027508)
#define VER_CPL MS Visual C++ 2019 v16.0.(0-4)
#elif(_MSC_FULL_VER >= 192027027)
#define VER_CPL MS Visual C++ 2019 v16.0.Prev(1-4)
diff --git a/src/VersionEx.h b/src/VersionEx.h
index 685ba5b4b..7bbf9bff3 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -7,8 +7,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 19
-#define VERSION_REV 521
-#define VERSION_BUILD 1717
+#define VERSION_REV 522
+#define VERSION_BUILD 1718
#define SCINTILLA_VER 415+
#define ONIGMO_REGEX_VER 6.2.0
#define VERSION_PATCH RC