diff --git a/Build/Changes.txt b/Build/Changes.txt
index 8b61fed1c..cc8149e4b 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -33,14 +33,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
-Current BETA/RC Version 5.21.1207.(build_#) (2021-12-07)
+Current BETA/RC Version 5.21.1211.(build_#) (2021-12-11)
========================================================
--------------------------------------------------------
NEW:
--------------------------------------------------------
[.###.#]- .
-[12xx.1]- Partial (incomplete - disabled) "Auto-Save and Backup" handling feature.
+[1211.1]- Partial (incomplete - disabled) "Auto-Save and Backup" handling feature.
[1130.1]- Add a Fortran Lexer.
[1130.1]- LongPath Support enhancements.
@@ -48,9 +48,9 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
-[12xx.1]- Removing unnecessary "ToShortPath" operations.
-[12xx.1]- Small performance enhancement for large rectangle selection undo/redo del/ins.
-[12xx.1]- PathGetDisplayName(): strip path(dir) option, to enable to show full path in dialogs.
+[1211.1]- Removing unnecessary "ToShortPath" operations.
+[1211.1]- Small performance enhancement for large rectangle selection undo/redo del/ins.
+[1211.1]- PathGetDisplayName(): strip path(dir) option, to enable to show full path in dialogs.
[1202.1]- Merged Fortran Lexer keyword/functions suggestions from zoziha.
[1202.1]- Fortran Lexer keyword/function enhancement.
[1130.1]- Default settings: LaunchInstanceWndPosOffset=28 and LaunchInstanceFullVisible=true.
@@ -60,7 +60,7 @@ CHANGES:
--------------------------------------------------------
CHANGES Versions in Tools or Libraries:
--------------------------------------------------------
-[12xx.1]- Update Scintilla Library (SCI) version 5.1.5 (2021-12-07).
+[1211.1]- Update Scintilla Library (SCI) version 5.1.5 (2021-12-07).
[1207.1]- Update Lexilla Library (LEX) version 5.1.4 (2021-12-07).
[1201.1]- Update grepWinNP3 (GRE) version 2.1.9.41 (2021-11-30).
[1130.1]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-10-19).
@@ -69,7 +69,7 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
-[12xx.1]- "grepWinNP3" .ini Path issue in Notepad3 Setup version (GRE).
+[1211.1]- "grepWinNP3" .ini Path issue in Notepad3 Setup version (GRE).
[1207.1]- UNC path prefix handling issues.
[1202.1]- Parsing file arg: relative from working dir.
[1201.1]- Locale settings dependent Themes Menu (Standard Config).
diff --git a/Versions/day.txt b/Versions/day.txt
index 9c2de7660..44ba2fc68 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-1210
+1211
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index be5b1a52e..f279356a7 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 f20c2f665..419c94428 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 1210
+#define VERSION_REV 1211
#define VERSION_BUILD 1
#define SCINTILLA_VER 515
#define LEXILLA_VER 514