summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2008-08-27 23:09:31 +0200
committerBenjamin Otte <otte@gnome.org>2008-08-27 23:09:31 +0200
commitae5cd6a10195c71b9677d27932cc8b1366f05034 (patch)
tree3b531a35fea946ea86c94683bb9beb45f1ee4836
parent6365d5286ffb898fb3049b9e8d1694515c3f39f6 (diff)
dump the revision we report from 100 to 999
That makes us look like we can do H264
-rw-r--r--src/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin.c b/src/plugin.c
index 677ddf8..ac59903 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -127,7 +127,7 @@ NP_GetValue (void* reserved, NPPVariable var, void* out)
break;
case NPPVpluginDescriptionString:
/* FIXME: find a way to encode the Swfdec version without breaking stupid JS scripts */
- *val = (char *) "Shockwave Flash 9.0 r100";
+ *val = (char *) "Shockwave Flash 9.0 r999";
break;
case NPPVpluginNeedsXEmbed:
*((PRBool*) val) = PR_FALSE;