diff --git a/Build/Changes.txt b/Build/Changes.txt
index f7f43b647..73e1dce03 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -66,6 +66,8 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.xxx.x]-
+[.917.3]- Bring back themed ReBar (Toolbar parent) for Win7.
+[.917.3]- Bring back themed ReBar (Toolbar parent) for Win10 using Light Mode (DarkMode not wanted).
[.917.2]- Win7 Toolbar background back to COLOR_BTNFACE, Win10 stays with COLOR_WINDOWS.
[.916.1]- 1st try to fix Win7 startup crash (library loading).
[.916.1]- Update Titlebar on document modified.
diff --git a/Versions/build.txt b/Versions/build.txt
index 0cfbf0888..00750edc0 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-2
+3
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 568090d2c..6b9d0ad12 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 d46b0a70f..d81434a56 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 917
-#define VERSION_BUILD 2
+#define VERSION_BUILD 3
#define SCINTILLA_VER 445
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27