[Pkg-mozext-commits] [wot] 155/226: Updated version to 20130909
David Prévot
taffit at moszumanska.debian.org
Fri May 1 00:35:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository wot.
commit 02a359a40590c7947234219abed408fedf1f73d3
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date: Fri Sep 6 13:08:03 2013 +0300
Updated version to 20130909
---
content/config.js | 2 +-
content/injections/wot_proxy.js | 2 +-
content/rw/wot.js | 2 +-
install.rdf.template | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/config.js b/content/config.js
index bc72eb6..0011cf1 100644
--- a/content/config.js
+++ b/content/config.js
@@ -19,7 +19,7 @@
*/
const WOT_PLATFORM = "firefox";
-const WOT_VERSION = "20130905";
+const WOT_VERSION = "20130909";
/*
* Constants
diff --git a/content/injections/wot_proxy.js b/content/injections/wot_proxy.js
index d63f520..b8ecd90 100644
--- a/content/injections/wot_proxy.js
+++ b/content/injections/wot_proxy.js
@@ -24,7 +24,7 @@
* */
var wot = {
- version: "20130905", // TODO: init this value from the add-on core code
+ version: "20130909", // TODO: init this value from the add-on core code
platform: "firefox",
debug: false, // when changing this, don't forget to switch ga_id value also!
default_component: 0,
diff --git a/content/rw/wot.js b/content/rw/wot.js
index f88d76c..06e514f 100644
--- a/content/rw/wot.js
+++ b/content/rw/wot.js
@@ -19,7 +19,7 @@
*/
var wot = {
- version: 20130905,
+ version: 20130909,
platform: "firefox",
locale: "en", // cached value of the locale
lang: "en-US", // cached value of the lang
diff --git a/install.rdf.template b/install.rdf.template
index 38ebba0..be3c71f 100644
--- a/install.rdf.template
+++ b/install.rdf.template
@@ -16,7 +16,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>14.0</em:minVersion>
- <em:maxVersion>24.0</em:maxVersion>
+ <em:maxVersion>27.0</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/wot.git
More information about the Pkg-mozext-commits
mailing list