diff --git a/Versions/build.txt b/Versions/build.txt
index 90214068f..2095356a4 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-2623
+2624
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index d85e9ffd0..dcc6cab00 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 d852a173c..0437e3769 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -72,7 +72,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER >= 1922)
#if(_MSC_FULL_VER >= 192227905)
- #define VER_CPL MS Visual C++ 2019 v16.2.(0-4)
+ #define VER_CPL MS Visual C++ 2019 v16.2.(0-5)
#endif
#elif (_MSC_VER >= 1921)
#if(_MSC_FULL_VER >= 192127702)
diff --git a/src/VersionEx.h b/src/VersionEx.h
index e1ff820af..0deb12523 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 910
-#define VERSION_BUILD 2623
+#define VERSION_REV 911
+#define VERSION_BUILD 2624
#define SCINTILLA_VER 420
#define ONIGURUMA_REGEX_VER 6.9.3
#define UCHARDET_VER 2018.09.27