diff --git a/gui/pages.cpp b/gui/pages.cpp
index cc2f6153..a3047bbe 100755
--- a/gui/pages.cpp
+++ b/gui/pages.cpp
@@ -61,7 +61,8 @@ extern "C" {
#include "blanktimer.hpp"
// version 2 requires theme to handle power button as action togglebacklight
-#define TW_THEME_VERSION 3
+// version 4 adds fastbootd support
+#define TW_THEME_VERSION 4
#define TW_THEME_VER_ERR -2
diff --git a/gui/theme/landscape_hdpi/splash.xml b/gui/theme/landscape_hdpi/splash.xml
index d01c66aa..b9d78536 100644
--- a/gui/theme/landscape_hdpi/splash.xml
+++ b/gui/theme/landscape_hdpi/splash.xml
@@ -5,7 +5,7 @@
TeamWin
TWRP
splash screen
- 3
+ 4
diff --git a/gui/theme/landscape_mdpi/splash.xml b/gui/theme/landscape_mdpi/splash.xml
index 74b6d177..a2098fbb 100644
--- a/gui/theme/landscape_mdpi/splash.xml
+++ b/gui/theme/landscape_mdpi/splash.xml
@@ -5,7 +5,7 @@
TeamWin
TWRP
splash screen
- 3
+ 4
diff --git a/gui/theme/portrait_hdpi/splash.xml b/gui/theme/portrait_hdpi/splash.xml
index b04baa47..f0b07568 100644
--- a/gui/theme/portrait_hdpi/splash.xml
+++ b/gui/theme/portrait_hdpi/splash.xml
@@ -5,7 +5,7 @@
TeamWin
TWRP
splash screen
- 3
+ 4
diff --git a/gui/theme/portrait_mdpi/splash.xml b/gui/theme/portrait_mdpi/splash.xml
index f8c695fd..4ce64b35 100644
--- a/gui/theme/portrait_mdpi/splash.xml
+++ b/gui/theme/portrait_mdpi/splash.xml
@@ -5,7 +5,7 @@
TeamWin
TWRP
splash screen
- 3
+ 4