mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 611197 - Force pluginreg.dat refresh to propagate fix for Quicktime pdf display bug, r=josh, a=beta8+
This commit is contained in:
parent
9bf5461ab4
commit
40ed798210
@ -188,8 +188,9 @@ using mozilla::TimeStamp;
|
||||
// 0.09 the file encoding is changed to UTF-8, bug 420285
|
||||
// 0.10 added plugin versions on appropriate platforms, bug 427743
|
||||
// 0.11 file name and full path fields now store expected values on all platforms, bug 488181
|
||||
// 0.12 force refresh due to quicktime pdf claim fix, bug 611197
|
||||
// The current plugin registry version (and the maximum version we know how to read)
|
||||
static const char *kPluginRegistryVersion = "0.11";
|
||||
static const char *kPluginRegistryVersion = "0.12";
|
||||
// The minimum registry version we know how to read
|
||||
static const char *kMinimumRegistryVersion = "0.9";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user