[Pkg-mozext-commits] [wot] 145/226: Updated version to 20130904

David Prévot taffit at moszumanska.debian.org
Fri May 1 00:35:45 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 11b07ae6a990c49a1dd844c4015c93f494f3047a
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date:   Wed Sep 4 11:28:32 2013 +0300

    Updated version to 20130904
---
 content/config.js               | 4 ++--
 content/injections/wot_proxy.js | 2 +-
 content/rw/wot.js               | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/config.js b/content/config.js
index 9d538f4..3bcb603 100644
--- a/content/config.js
+++ b/content/config.js
@@ -19,7 +19,7 @@
 */
 
 const WOT_PLATFORM = "firefox";
-const WOT_VERSION  = "20130902";
+const WOT_VERSION  = "20130904";
 
 /*
  * Constants
@@ -406,7 +406,7 @@ const WOT_COMMENTS = {
 
 var wot_modules = [];
 
-// Dirty hack. This function should be moved to other place
+// This function should be moved to other place
 function wdump (str) {
     dump(str + "\n");
 }
\ No newline at end of file
diff --git a/content/injections/wot_proxy.js b/content/injections/wot_proxy.js
index d79642c..86ee686 100644
--- a/content/injections/wot_proxy.js
+++ b/content/injections/wot_proxy.js
@@ -24,7 +24,7 @@
 * */
 
 var wot = {
-	version: "20130902",    // TODO: init this value from the add-on core code
+	version: "20130904",    // 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 c8107ee..95d7cdf 100644
--- a/content/rw/wot.js
+++ b/content/rw/wot.js
@@ -19,7 +19,7 @@
 */
 
 var wot = {
-	version: 20130902,
+	version: 20130904,
 	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