[Scummvm-git-logs] scummvm master -> 4a3697a21c4544bde90ee2c1b2b21924edd22ce2
criezy
criezy at scummvm.org
Sun May 17 20:12:23 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4a3697a21c GUI: Bump theme version
Commit: 4a3697a21c4544bde90ee2c1b2b21924edd22ce2
https://github.com/scummvm/scummvm/commit/4a3697a21c4544bde90ee2c1b2b21924edd22ce2
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-05-17T21:10:26+01:00
Commit Message:
GUI: Bump theme version
There have been some changes to the theme (adding achievements tab
and renaming some widgets) without updating the version. This made
it possible for ScummVM to use an older theme file and crash.
Changed paths:
gui/ThemeEngine.h
gui/themes/scummclassic.zip
gui/themes/scummclassic/THEMERC
gui/themes/scummmodern.zip
gui/themes/scummmodern/THEMERC
gui/themes/scummremastered.zip
gui/themes/scummremastered/THEMERC
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h
index 668fa4b9cf..14c3bc56eb 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.36"
+#define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.8.37"
class OSystem;
diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip
index 4b8bab5041..3a3b09ba6d 100644
Binary files a/gui/themes/scummclassic.zip and b/gui/themes/scummclassic.zip differ
diff --git a/gui/themes/scummclassic/THEMERC b/gui/themes/scummclassic/THEMERC
index 4b1ab88179..0eb6fb5678 100644
--- a/gui/themes/scummclassic/THEMERC
+++ b/gui/themes/scummclassic/THEMERC
@@ -1 +1 @@
-[SCUMMVM_STX0.8.36:ScummVM Classic Theme:No Author]
+[SCUMMVM_STX0.8.37:ScummVM Classic Theme:No Author]
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index 7260f80282..11356602da 100644
Binary files a/gui/themes/scummmodern.zip and b/gui/themes/scummmodern.zip differ
diff --git a/gui/themes/scummmodern/THEMERC b/gui/themes/scummmodern/THEMERC
index 7de065a176..d25408a3ef 100644
--- a/gui/themes/scummmodern/THEMERC
+++ b/gui/themes/scummmodern/THEMERC
@@ -1 +1 @@
-[SCUMMVM_STX0.8.36:ScummVM Modern Theme:No Author]
+[SCUMMVM_STX0.8.37:ScummVM Modern Theme:No Author]
diff --git a/gui/themes/scummremastered.zip b/gui/themes/scummremastered.zip
index d7ff60e7bb..26c3b73d45 100644
Binary files a/gui/themes/scummremastered.zip and b/gui/themes/scummremastered.zip differ
diff --git a/gui/themes/scummremastered/THEMERC b/gui/themes/scummremastered/THEMERC
index aab05190ef..bc08302ed3 100644
--- a/gui/themes/scummremastered/THEMERC
+++ b/gui/themes/scummremastered/THEMERC
@@ -1 +1 @@
-[SCUMMVM_STX0.8.36:ScummVM Modern Theme Remastered:No Author]
+[SCUMMVM_STX0.8.37:ScummVM Modern Theme Remastered:No Author]
More information about the Scummvm-git-logs
mailing list