[Pkg-mozext-commits] [wot] 62/226: Updated version number
David Prévot
taffit at moszumanska.debian.org
Fri May 1 00:35:34 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 66a884b0cd85771e01b543e4401683d7d1cea4ce
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date: Wed Jan 2 10:26:31 2013 +0200
Updated version number
---
content/config.js | 2 +-
content/injections/wot_proxy.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/config.js b/content/config.js
index cc4c137..14b1d1e 100644
--- a/content/config.js
+++ b/content/config.js
@@ -19,7 +19,7 @@
*/
const WOT_PLATFORM = "firefox";
-const WOT_VERSION = "20120926";
+const WOT_VERSION = "20130102";
/*
* Constants
diff --git a/content/injections/wot_proxy.js b/content/injections/wot_proxy.js
index cee4a6c..36bf8e9 100644
--- a/content/injections/wot_proxy.js
+++ b/content/injections/wot_proxy.js
@@ -24,7 +24,7 @@
* */
var wot = {
- version: "20121116", // TODO: init this value from the add-on core code
+ version: "20130102", // 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,
--
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