diff --git a/Build/Changes.txt b/Build/Changes.txt
index 2caed4556..579e59a12 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.19.1001.#(build) (2019-10-01)
+Current BETA Version 5.19.1026.#(build) (2019-10-26)
==================================================
--------------------------------------------------
@@ -82,6 +82,7 @@ ENHANCEMENT:
--------------------------------------------------
FIXES:
--------------------------------------------------
+- Batch lexer: handle comment after ampersand(&) command sequence.
- Bug in replace on single step find/replace.
- Convert to Hex and vice versa: work on (stream-)selection (original source by ZuFuLiu).
- Comparison warning: signed/unsignd mismatch.
@@ -109,9 +110,9 @@ REMOVED:
--------------------------------------------------
TRANSLATIONS (MUI):
--------------------------------------------------
-- Portuguese Brazilian (pt-BR) (on hold).
-- Slovak (sk-SK) (on hold).
-- Swedish (sv-SE) (in progress).
+- Portuguese Brazilian (pt-BR) (in progress).
+- Slovak (sk-SK) (in progress).
+- Swedish (sv-SE).
- Turkish (tr-TR) (on hold).
diff --git a/Versions/build.txt b/Versions/build.txt
index 17c4f820d..a28d6b718 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-2660
+2661
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index df2dfa96f..f19cce801 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 eb0d4682d..34c251593 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -7,8 +7,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 19
-#define VERSION_REV 1017
-#define VERSION_BUILD 2660
+#define VERSION_REV 1026
+#define VERSION_BUILD 2661
#define SCINTILLA_VER 420
#define ONIGURUMA_REGEX_VER 6.9.4
#define UCHARDET_VER 2018.09.27