diff --git a/Build/Changes.txt b/Build/Changes.txt
index 0235ce9f7..e890decf5 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.1201.(build_#) (2021-12-01)
+Current BETA/RC Version 5.21.1202.(build_#) (2021-12-02)
========================================================
--------------------------------------------------------
@@ -47,6 +47,8 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
+[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.
[1130.1]- Lexer Fortran: add extended intrinsic functions.
[1130.1]- Some more DynStrg refactorings and LongPath handling.
@@ -63,6 +65,7 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[1202.1]- Parsing file arg: relative from working dir.
[1201.1]- Locale settings dependent Themes Menu (Standard Config).
[1201.1]- Add to Favorites: keep base-filename + extension.
[1201.1]- Find file extension.
diff --git a/Build/minipath.ini b/Build/minipath.ini
index 434cb5601..9cdb83937 100644
--- a/Build/minipath.ini
+++ b/Build/minipath.ini
@@ -70,6 +70,7 @@ Apache Config Files=*.conf;*.cfg;*.cnf;*.htaccess;*.prefs;*.iface;*.prop;*.po;*.
;D Source Code=*.d;*.dd;*.di
;Dart Source Code=*.dart
;Diff Files=*.diff;*.patch
+;Fortran Source Code=*.f;*.for;*.ftn;*.fpp;*.f90;*.f95;*.f03;*.f08;*.f15;*.f2k;*.hf
Go Source Code=*.go
;Inno Setup Script=*.iss;*.isl;*.islu
;Java Source Code=*.java;*.jad;*.aidl;*.bsh
diff --git a/Versions/day.txt b/Versions/day.txt
index 44acfebd5..87577dc7f 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-1201
+1202
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index e49ade6f4..9811b2a4c 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 466b53bf2..74a7bc843 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 1201
+#define VERSION_REV 1202
#define VERSION_BUILD 1
#define SCINTILLA_VER 514
#define LEXILLA_VER 513