diff --git a/Build/Changes.txt b/Build/Changes.txt
index 70a4546c0..05b55aa63 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -32,13 +32,14 @@ GRE - (GRE)pWinNP3 Search in Files Tool
=====================================================
-Current BETA Version 5.20.610.(build_#) (2020-06-10)
+Current BETA Version 5.20.614.(build_#) (2020-06-14)
=====================================================
-----------------------------------------------------
NEW:
-----------------------------------------------------
-
+- Current grepWin dev: add feature: export search results (GRE).
- Add a grepWinNP3 toolbar icon.
- Configurable Zoom-Tooltip clear delay ([Settings2] ZoomTooltipimeout=3200.
- Add Install/Remove "Open with Notepad3" to Notepad3 Install version.
@@ -56,6 +57,7 @@ NEW:
CHANGES:
-----------------------------------------------------
-
+- DPI_CHANGED msg handler.
- Workaround for DPI_AWARENESS Font Size problem on DPI_CHANGE.
- Non scaled transparent image on help dialog control for Rizonesoft (standard DPI resolution).
- Enhancement of the "build_np3portableapp.cmd" file.
@@ -82,7 +84,7 @@ CHANGES:
- "grepWinNP3": move packages.config to corresponding project folder (GRE).
- Add filepath to message on file locking error.
- Update Oniguruma Regex (ONI) engine version 6.9.6 (2020/05/20).
-- Update Scintilla Library (SCI) version 4.3.3 (2020/04/27).
+- Update Scintilla Library (SCI) version 4.4.3 (2020/06/03).
-----------------------------------------------------
ENHANCEMENT:
@@ -96,6 +98,9 @@ ENHANCEMENT:
FIXES:
-----------------------------------------------------
-
+- DPI scaling for Scintilla surface component (thanx zufuliu).
+- Unexpected selection of hyperlink in first line on empty doubleclick.
+- Missing UI update (Margin Width).
- Don't overwrite grepWinNP3's user settings for backup in folders (GRE).
- Common base font inheritance for other styles.
- "grepWinNP3" crash on invalid file path (GRE).
diff --git a/Versions/day.txt b/Versions/day.txt
index 8da60bbdf..9af70b055 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-613
+614
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index bd0b43cae..d7674c31d 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 591a73f2b..c5d3eeb42 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
-#define VERSION_REV 613
+#define VERSION_REV 614
#define VERSION_BUILD 1
#define SCINTILLA_VER 443
#define ONIGURUMA_REGEX_VER 6.9.5
@@ -16,4 +16,4 @@
#define TINYEXPR_VER 2018.05.11
#define UTHASH_VER 2.1.0
#define VERSION_PATCH BETA
-#define VERSION_COMMIT_ID nebukadn
+#define VERSION_COMMIT_ID dkt1-amr