aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.h
diff options
context:
space:
mode:
authorBastien Bouclet2020-01-04 10:59:15 +0100
committerBastien Bouclet2020-01-04 10:59:15 +0100
commit2de01a35536e3a5a039634d766505ce16911663d (patch)
tree73df58aee58e394ba63533ffee1f2e9165dd020e /gui/ThemeEngine.h
parenteb28c5a09288e563011b11eafea1c772a7127e7f (diff)
downloadscummvm-rg350-2de01a35536e3a5a039634d766505ce16911663d.tar.gz
scummvm-rg350-2de01a35536e3a5a039634d766505ce16911663d.tar.bz2
scummvm-rg350-2de01a35536e3a5a039634d766505ce16911663d.zip
GUI: Bump the theme format version
Diffstat (limited to 'gui/ThemeEngine.h')
-rw-r--r--gui/ThemeEngine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h
index 46c8c1ff91..23d920c4ad 100644
--- a/gui/ThemeEngine.h
+++ b/gui/ThemeEngine.h
@@ -37,7 +37,7 @@
#include "graphics/pixelformat.h"
-#define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.8.28"
+#define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.8.29"
class OSystem;