diff --git a/Build/Changes.txt b/Build/Changes.txt
index aa45be8ab..c6c5cdce3 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.1105.#(build) (2019-11-05)
+Current BETA Version 5.19.1106.#(build) (2019-11-06)
==================================================
--------------------------------------------------
diff --git a/Versions/build.txt b/Versions/build.txt
index a9ce17f4b..ed5c956af 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-2669
+2670
diff --git a/np3portableapp/Notepad3Portable/Other/Source/Notepad3.nsi b/np3portableapp/Notepad3Portable/Other/Source/Notepad3.nsi
index 7be82bc8d..d0bfb7abe 100644
--- a/np3portableapp/Notepad3Portable/Other/Source/Notepad3.nsi
+++ b/np3portableapp/Notepad3Portable/Other/Source/Notepad3.nsi
@@ -39,11 +39,11 @@ VIAddVersionKey ProductName "${PORTABLEAPPNAME}"
VIAddVersionKey Comments "A notepad replacement"
VIAddVersionKey CompanyName "Rizonesoft"
VIAddVersionKey LegalCopyright "Derick Payne"
-VIAddVersionKey FileDescription "Based on code from Notepad2, ® Florian Balmer 1996-2011"
+VIAddVersionKey FileDescription "Based on code from Notepad2, Florian Balmer(c) 1996-2011"
VIAddVersionKey FileVersion "${VER}"
VIAddVersionKey ProductVersion "${VER}"
VIAddVersionKey InternalName "${PORTABLEAPPNAME}"
-VIAddVersionKey LegalTrademarks "Rizonesoft® 2008-2019"
+VIAddVersionKey LegalTrademarks "Rizonesoft(c) 2008-2019"
VIAddVersionKey OriginalFilename "${DEFAULTEXE}"
;VIAddVersionKey PrivateBuild ""
;VIAddVersionKey SpecialBuild ""
@@ -70,7 +70,7 @@ SetDatablockOptimize On
Icon "..\..\App\AppInfo\appicon.ico"
;=== Icon & Stye ===
-BrandingText "Rizonesoft®"
+BrandingText "Rizonesoft(c)"
;=== Languages
LoadLanguageFile "${NSISDIR}\Contrib\Language files\${LAUNCHERLANGUAGE}.nlf"
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index e5db99987..39dcf839d 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 be29141d4..90c17cf2a 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 19
-#define VERSION_REV 1105
-#define VERSION_BUILD 2669
+#define VERSION_REV 1106
+#define VERSION_BUILD 2670
#define SCINTILLA_VER 420
#define ONIGURUMA_REGEX_VER 6.9.4
#define UCHARDET_VER 2018.09.27