diff --git a/Build/Changes.txt b/Build/Changes.txt
index 39b0d675d..178eae29b 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
=====================================================
-Current BETA Version 5.20.123.(build_#) (2020-01-23)
+Current BETA Version 5.20.124.(build_#) (2020-01-24)
=====================================================
-----------------------------------------------------
@@ -93,7 +93,7 @@ CHANGES:
-----------------------------------------------------
ENHANCEMENT:
-----------------------------------------------------
-- Multiline search/find.
+- Multi-line Search Find/Replace.
- Apply Start Case to AutoHotkey Lexer.
- Change to 1-pass (file open/close) to save settings in Notepad3.ini.
- Enclosing selection with HTML-Tag - Remember last pattern (session).
@@ -103,7 +103,8 @@ ENHANCEMENT:
-----------------------------------------------------
FIXES:
-----------------------------------------------------
-- Allow multi-line search pattern.
+- Clipboard multi-line paste hook for Find/Replace pattern CB.
+- Allow multi-line Search Find/Replace pattern.
- IME color and IME color styler.
- Wrong language reference for lexer : "Tag".
- "Recent Files" History handling.
diff --git a/Versions/build.txt b/Versions/build.txt
index e41db8b9d..c98e88a99 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-2712
+2713
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index b992e3f1a..074ca286a 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 556d9d06c..d71bccebd 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
-#define VERSION_REV 123
-#define VERSION_BUILD 2712
+#define VERSION_REV 124
+#define VERSION_BUILD 2713
#define SCINTILLA_VER 430
#define ONIGURUMA_REGEX_VER 6.9.4
#define UCHARDET_VER 2018.09.27