diff --git a/Build/Changes.txt b/Build/Changes.txt
index 755702a12..cc14f4c6d 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
-Current BETA/RC Version 5.22.1029.(build_#) (2022-10-29)
+Current BETA/RC Version 5.22.1102.(build_#) (2022-11-02)
========================================================
--------------------------------------------------------
@@ -117,6 +117,7 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[1102.1]- Error message on loading empty file.
[1029.1]- Issue on undo/redo stack.
[1029.1]- Refactored of undo/redo and document modify handler.
[1028.1]- Broken reload file (broken by check for single file instance)".
diff --git a/Versions/day.txt b/Versions/day.txt
index 5208b5913..134390252 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-1029
+1102
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 68104cfc9..bc8cbbc2b 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 beta
diff --git a/src/VersionEx.h b/src/VersionEx.h
index f3cbb11d7..033a492f4 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 22
-#define VERSION_REV 1029
+#define VERSION_REV 1102
#define VERSION_BUILD 1
#define SCINTILLA_VER 531
#define LEXILLA_VER 520