[Pkg-mozext-commits] [wot] 153/226: Updated version to 20130905
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 ba032dd76c6279c6c4fb1410b40fc170e4f4d1d4
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date: Thu Sep 5 15:18:57 2013 +0300
Updated version to 20130905
---
content/config.js | 2 +-
content/injections/wot_proxy.js | 2 +-
content/rw/wot.js | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/config.js b/content/config.js
index db18bb6..145f696 100644
--- a/content/config.js
+++ b/content/config.js
@@ -19,7 +19,7 @@
*/
const WOT_PLATFORM = "firefox";
-const WOT_VERSION = "20130904";
+const WOT_VERSION = "20130905";
/*
* Constants
diff --git a/content/injections/wot_proxy.js b/content/injections/wot_proxy.js
index 86ee686..d63f520 100644
--- a/content/injections/wot_proxy.js
+++ b/content/injections/wot_proxy.js
@@ -24,7 +24,7 @@
* */
var wot = {
- version: "20130904", // TODO: init this value from the add-on core code
+ version: "20130905", // 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 95d7cdf..00b1fb4 100644
--- a/content/rw/wot.js
+++ b/content/rw/wot.js
@@ -19,7 +19,7 @@
*/
var wot = {
- version: 20130904,
+ version: 20130905,
platform: "firefox",
locale: "en", // cached value of the locale
lang: "en-US", // cached value of the lang
--
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