diff options
author | Bastien Bouclet | 2019-11-24 16:06:17 +0100 |
---|---|---|
committer | Bastien Bouclet | 2019-11-24 16:06:17 +0100 |
commit | b9da793ef37a031361a6b9830863132cb867d38a (patch) | |
tree | 8e56c88071e6bb6b09cd5806fd90f14f47e872f0 | |
parent | 98f614269fb757ac4b8e827ee89693aa4e096ab7 (diff) | |
download | scummvm-rg350-b9da793ef37a031361a6b9830863132cb867d38a.tar.gz scummvm-rg350-b9da793ef37a031361a6b9830863132cb867d38a.tar.bz2 scummvm-rg350-b9da793ef37a031361a6b9830863132cb867d38a.zip |
GUI: Bump the theme format version number
The DropdownButtonWidget changes broke compatibility with older themes.
-rw-r--r-- | gui/ThemeEngine.h | 2 | ||||
-rw-r--r-- | gui/themes/scummclassic.zip | bin | 157690 -> 157690 bytes | |||
-rw-r--r-- | gui/themes/scummclassic/THEMERC | 2 | ||||
-rw-r--r-- | gui/themes/scummmodern.zip | bin | 287846 -> 287846 bytes | |||
-rw-r--r-- | gui/themes/scummmodern/THEMERC | 2 | ||||
-rw-r--r-- | gui/themes/scummremastered.zip | bin | 285890 -> 285890 bytes | |||
-rw-r--r-- | gui/themes/scummremastered/THEMERC | 2 |
7 files changed, 4 insertions, 4 deletions
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h index 827ec197f9..db2794cd91 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.27" +#define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.8.28" class OSystem; diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip Binary files differindex eb43825106..4659d8ead7 100644 --- a/gui/themes/scummclassic.zip +++ b/gui/themes/scummclassic.zip diff --git a/gui/themes/scummclassic/THEMERC b/gui/themes/scummclassic/THEMERC index a2cc42e1b7..c8ee0dfb11 100644 --- a/gui/themes/scummclassic/THEMERC +++ b/gui/themes/scummclassic/THEMERC @@ -1 +1 @@ -[SCUMMVM_STX0.8.27:ScummVM Classic Theme:No Author] +[SCUMMVM_STX0.8.28:ScummVM Classic Theme:No Author] diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex f7a69004d3..afcdaf27a4 100644 --- a/gui/themes/scummmodern.zip +++ b/gui/themes/scummmodern.zip diff --git a/gui/themes/scummmodern/THEMERC b/gui/themes/scummmodern/THEMERC index 9bf2fac6f9..c696621b36 100644 --- a/gui/themes/scummmodern/THEMERC +++ b/gui/themes/scummmodern/THEMERC @@ -1 +1 @@ -[SCUMMVM_STX0.8.27:ScummVM Modern Theme:No Author] +[SCUMMVM_STX0.8.28:ScummVM Modern Theme:No Author] diff --git a/gui/themes/scummremastered.zip b/gui/themes/scummremastered.zip Binary files differindex b9b247c84a..0179964a59 100644 --- a/gui/themes/scummremastered.zip +++ b/gui/themes/scummremastered.zip diff --git a/gui/themes/scummremastered/THEMERC b/gui/themes/scummremastered/THEMERC index 0f8b7055b7..8d2cfbecc9 100644 --- a/gui/themes/scummremastered/THEMERC +++ b/gui/themes/scummremastered/THEMERC @@ -1 +1 @@ -[SCUMMVM_STX0.8.27:ScummVM Modern Theme Remastered:No Author] +[SCUMMVM_STX0.8.28:ScummVM Modern Theme Remastered:No Author] |