diff --git a/Build/Changes.txt b/Build/Changes.txt
index 958fea9da..1637b7035 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
-Current BETA/RC Version 5.21.1117.(build_#) (2021-11-17)
+Current BETA/RC Version 5.21.1119.(build_#) (2021-11-19)
========================================================
--------------------------------------------------------
@@ -51,6 +51,7 @@ CHANGES:
[.alpha]- Some more DynStrg refactorings and LongPath handling.
--------------------------------------------------------
[.###.#]- .
+[1119.1]- Migration of Solution/Projects/Src for VS2022.
[1117.1]- Switch to Scintilla default idle styling mode (none).
[1115.1]- Reverting changes to F/R behavior, correction for empty pattern.
[1021.1]- On file restore, do not notify immediately, but check against stored file attributes.
@@ -81,11 +82,13 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[.alpha]- Notification blocker on loading huge files.
[.alpha]- Heap corruption on retrieving text from combo box.
[.alpha]- Path_ToShortPathName() for grepWinNP3 startup.
[.alpha]- Path_StripPath().
--------------------------------------------------------
[.###.#]- .
+[1119.1]- Positioning multi instance launch.
[1115.1]- Don't clear occurrence markers for unchanged search pattern.
[1115.1]- Correction to VS2019 project settings.
[1115.1]- Find/Repl wildcard pattern handling.
diff --git a/Versions/day.txt b/Versions/day.txt
index 822fe6349..487285274 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-1117
+1119
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 0f74fc2f6..c409c707e 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 rc
diff --git a/src/VersionEx.h b/src/VersionEx.h
index 21b062f03..f1623c11c 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
-#define VERSION_REV 1117
+#define VERSION_REV 1119
#define VERSION_BUILD 1
#define SCINTILLA_VER 511
#define LEXILLA_VER 511