[Scummvm-git-logs] scummvm master -> 57151505ea038947c77d6ccc3466314dc0fa2ef3

criezy noreply at scummvm.org
Tue Feb 8 13:05:37 UTC 2022


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:
57151505ea GUI: Fix theme version


Commit: 57151505ea038947c77d6ccc3466314dc0fa2ef3
    https://github.com/scummvm/scummvm/commit/57151505ea038947c77d6ccc3466314dc0fa2ef3
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2022-02-08T13:04:08Z

Commit Message:
GUI: Fix theme version

The theme files were modified in c80adc3e, and the theme version was
incremented in the theme files, but not in the ThemeEngine, causing
a discrepency.

Changed paths:
    gui/ThemeEngine.h


diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h
index ffb735d14cc..a31242d2156 100644
--- a/gui/ThemeEngine.h
+++ b/gui/ThemeEngine.h
@@ -36,7 +36,7 @@
 #include "graphics/pixelformat.h"
 
 
-#define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.9.1"
+#define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.9.2"
 
 class OSystem;
 




More information about the Scummvm-git-logs mailing list