diff --git a/Build/Changes.txt b/Build/Changes.txt
index f0a4f3178..268204448 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.512.(build_#) (2021-05-12)
+Current BETA/RC Version 5.21.513.(build_#) (2021-05-13)
========================================================
--------------------------------------------------------
@@ -71,6 +71,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
+[.513.1]- Canonicalize style section of .ini-settings.
[.512.1]- Keep found initial common base default font in .ini.
[.507.1]- Base64 Decoding: select source code-page for decoding.
[.507.1]- Base64: default Encoding/Decoding based on current code-page
@@ -121,6 +122,9 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[.513.1]- Go to doc begin after global indentation change.
+[.513.1]- Minor enhancements for selection scroll to view.
+[.513.1]- Optimized handling of multi-step undo/redo notifications.
[.512.1]- Slow line-break toggle.
[.511.2]- TinyExpr: expr need not start with blank.
[.511.2]- TinyExpr: UTF-8 to ANSI-CP-1252 conversion should yield invalid characters instead of blank or currency.
diff --git a/Versions/day.txt b/Versions/day.txt
index 4d0e90cbc..31cf34b8d 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-512
+513
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 8e05c9561..bff86febd 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 49ab18889..5716e3f35 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 512
+#define VERSION_REV 513
#define VERSION_BUILD 1
#define SCINTILLA_VER 502
#define LEXILLA_VER 502