diff --git a/Build/Changes.txt b/Build/Changes.txt
index 181b5145d..18672023f 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -33,7 +33,7 @@ SUP - (S)et(UP) / Installer Package
=====================================================
-Current RC2 Version 5.20.717.(build_#) (2020-07-17)
+Current RC2 Version 5.20.719.(build_#) (2020-07-19)
=====================================================
-----------------------------------------------------
@@ -149,6 +149,7 @@ TRANSLATIONS (MUI):
-----------------------------------------------------
- Korean (ko-KR).
- Portuguese (pt-PT).
+- Spanish Mexican (es-MX).
- Slovak (sk-SK).
diff --git a/Readme.txt b/Readme.txt
index 61d86d33a..01c47d03f 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -64,7 +64,7 @@ Windows 7, 8, 8.1 and 10 both 32-bit and 64-bit
Development:
------------
- Florian 'Flo' Balmer (Notepad2) http://www.flos-freeware.ch/
-- RaiKoHoff https://github.com/RaiKoHoff/
+- RaiKoHoff https://github.com/RaiKoHoff/
--------------------------------------------------------------------------------
Contributors:
@@ -87,36 +87,37 @@ N.Hodgson (Scintilla) https://www.scintilla.org/
K.Kosako (Oniguruma Regex) https://github.com/kkos/oniguruma/
Stefan Küng (grepWin) https://github.com/stefankueng/grepWin/
D.Dyer (NotepadCrypt) https://www.real-me.net/ddyer/notepad/NotepadCrypt.html
-T.D.Hanson (uthash) https://troydhanson.github.io/uthash/
+T.D.Hanson (uthash) https://troydhanson.github.io/uthash/
Carbo Kuo (Mozilla's uchardet) https://www.freedesktop.org/wiki/Software/uchardet/
Lewis Van Winkle (TinyExpr) https://github.com/codeplea/tinyexpr/
--------------------------------------------------------------------------------
Acknowledgments:
----------------
-alexantr https://github.com/alexantr/
-AlexIljin https://github.com/AlexIljin/
-craigo- https://github.com/craigo-/
-Crane70 https://github.com/Crane70/
-engelhro https://github.com/engelhro/
-Hexaae https://github.com/Hexaae/
-hpwamr https://github.com/hpwamr/
-it4u https://github.com/it4u/
-jupester https://github.com/jupester/
-kofifus https://github.com/kofifus/
-Lacn0755 https://github.com/Lacn0755/
-leeoniya https://github.com/leeoniya/
-lhmouse https://github.com/lhmouse/
-ltGuillaume https://github.com/ltGuillaume/
-maboroshin https://github.com/maboroshin/
-MadDogVachon https://github.com/MadDogVachon/
+alexantr https://github.com/alexantr/
+AlexIljin https://github.com/AlexIljin/
+craigo- https://github.com/craigo-/
+Crane70 https://github.com/Crane70/
+engelhro https://github.com/engelhro/
+Hexaae https://github.com/Hexaae/
+hpwamr https://github.com/hpwamr/
+it4u https://github.com/it4u/
+jmacasd https://github.com/jmacasd/
+jupester https://github.com/jupester/
+kofifus https://github.com/kofifus/
+Lacn0755 https://github.com/Lacn0755/
+leeoniya https://github.com/leeoniya/
+lhmouse https://github.com/lhmouse/
+ltGuillaume https://github.com/ltGuillaume/
+maboroshin https://github.com/maboroshin/
+MadDogVachon https://github.com/MadDogVachon/
ohgree https://github.com/ohgree/
-RaffaeleBianc0 https://github.com/RaffaeleBianc0/
-rizonesoft https://github.com/rizonesoft/
-Rudolfin https://github.com/Rudolfin/
-ThreeLightsBeyond https://github.com/ThreeLightsBeyond/
-xsak https://github.com/xsak/
-zufuliu https://github.com/zufuliu/
+RaffaeleBianc0 https://github.com/RaffaeleBianc0/
+rizonesoft https://github.com/rizonesoft/
+Rudolfin https://github.com/Rudolfin/
+ThreeLightsBeyond https://github.com/ThreeLightsBeyond/
+xsak https://github.com/xsak/
+zufuliu https://github.com/zufuliu/
--------------------------------------------------------------------------------
Resources:
diff --git a/Versions/day.txt b/Versions/day.txt
index b7b33c442..0315ecf59 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-716
+719
diff --git a/language/common_res.rc b/language/common_res.rc
index 1714d50d9..9f92eb795 100644
--- a/language/common_res.rc
+++ b/language/common_res.rc
@@ -122,6 +122,7 @@ IDS_MUI_ABOUT_ACKNOWLEDGES "\
\\cf0 Hexaae\\tab https://github.com/Hexaae/\\par\
\\cf0 hpwamr\\tab https://github.com/hpwamr/\\par\
\\cf0 it4u\\tab https://github.com/it4u/\\par\
+\\cf0 jmacasd\\tab https://github.com/jmacasd/\\par\
\\cf0 jupester\\tab https://github.com/jupester/\\par\
\\cf0 kofifus\\tab https://github.com/kofifus/\\par\
\\cf0 Lacn0755\\tab https://github.com/Lacn0755/\\par\
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 8e07295ae..94e7305b7 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 RC2
diff --git a/src/VersionEx.h b/src/VersionEx.h
index 64c534c3b..66584e62b 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 716
+#define VERSION_REV 719
#define VERSION_BUILD 1
#define SCINTILLA_VER 443
#define ONIGURUMA_REGEX_VER 6.9.5