diff --git a/Versions/build.txt b/Versions/build.txt
index db88a8627..fc5d14627 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-2250
+2251
diff --git a/np3portableapp/_buildname.txt b/np3portableapp/_buildname.txt
index ee7531390..3461eaac5 100644
--- a/np3portableapp/_buildname.txt
+++ b/np3portableapp/_buildname.txt
@@ -1 +1 @@
-"RC"
+"RC2"
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 378f64896..b06959c8a 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,8 +3,8 @@
- Notepad3 RC
+ Notepad3 RC2
diff --git a/src/Version.h b/src/Version.h
index b715382e4..1d7f84261 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -68,7 +68,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER >= 1920)
#if(_MSC_FULL_VER >= 192127702)
- #define VER_CPL MS Visual C++ 2019 v16.1.(0-2)
+ #define VER_CPL MS Visual C++ 2019 v16.1.(0-3)
#elif(_MSC_FULL_VER >= 192027508)
#define VER_CPL MS Visual C++ 2019 v16.0.(0-4)
#elif(_MSC_FULL_VER >= 192027027)
diff --git a/src/VersionEx.h b/src/VersionEx.h
index 25fd8d5f8..3cb4a73b3 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 611
-#define VERSION_BUILD 2250
+#define VERSION_REV 613
+#define VERSION_BUILD 2251
#define SCINTILLA_VER 416
#define ONIGMO_REGEX_VER 6.2.0
-#define VERSION_PATCH RC
+#define VERSION_PATCH RC2