diff --git a/Build/Changes.txt b/Build/Changes.txt
index fc7b9853e..2297dc446 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.415.(build_#) (2021-04-15)
+Current BETA/RC Version 5.21.416.(build_#) (2021-04-16)
========================================================
--------------------------------------------------------
@@ -60,7 +60,10 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
+[.416.1]- Save bookmarks in file history in case of "Save as...".
+[.416.1]- Minimize usage of deprecated LCID/LANGID for MiniPath.
[.415.1]- Cpp-Lexer fix merged from Lexilla (5b92f7219a9fe9fb0ae4c5cc19f57c39185e4074.
+[.414.2]- Minimize usage of deprecated LCID/LANGID for Notepad3.
[.414.1]- New size "4MB" for "FileLoadWarningMB=4" (Styling and Syntax Highlighting are switched off).
[.413.2]- Configurable position offset on launching new instance.
[.413.1]- Clarify menu item string (only one instance per file).
@@ -92,6 +95,7 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[.416.1]- Save Schema config in case of inifile from scratch.
[.415.1]- Small correction to Line Cut feature (thin selection).
[.414.2]- Minipath uses NP§ preferred language, if not configured.
[.414.2]- Compiling mono-language compiler switch version.
diff --git a/Build/build_non_mui_ver.txt b/Build/build_non_mui_ver.txt
index c585a695c..ea2a78d23 100644
--- a/Build/build_non_mui_ver.txt
+++ b/Build/build_non_mui_ver.txt
@@ -1,5 +1,5 @@
====================================================================================================
-=== How to build a NON MUI Notepad3 version for desired Language (Mono-language) ===
+== How to build a NON MUI Notepad3 version for desired Language (Mono-language) - 15/04/2021 ==
====================================================================================================
Important: Make all modifications with a text editor (not the Resource-Editor), e.g.: Notepad3
@@ -25,14 +25,11 @@ Important: Make all modifications with a text editor (not the Resource-Editor),
#include "../language/np3_de_de/np3_de_de.rc"
III. Check: ".\language\common_res.h"
+ ".\minipath\language\common_res.h"
- Make sure that the desired Base Language exists in the list of Language resources.
E.g.: for German:
#elif defined(MUI_BASE_LNG_DE_DE)
#define MUI_BASE_LNG_ID L"de-DE"
- Check: ".\minipath\language\common_res.h"
- E.g.: for German:
- #define MUI_BASE_LNG_ID MAKELANGID(LANG_GERMAN, SUBLANG_GERMAN)
- #elif defined(MUI_BASE_LNG_EL_GR)
IV. (Re-)Compile the Notepad3 project
diff --git a/Versions/day.txt b/Versions/day.txt
index 21c8d99fe..1c105f1a6 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-415
+416
diff --git a/grepWinNP3/grepWinNP3.vcxproj b/grepWinNP3/grepWinNP3.vcxproj
index d949ad543..77d236f94 100644
--- a/grepWinNP3/grepWinNP3.vcxproj
+++ b/grepWinNP3/grepWinNP3.vcxproj
@@ -463,4 +463,4 @@
-
+
\ No newline at end of file
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 1acf1c008..30a0e039a 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 60259f14d..f086f0aa2 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 415
+#define VERSION_REV 416
#define VERSION_BUILD 1
#define SCINTILLA_VER 501
#define LEXILLA_VER 501