[Pkg-mozext-commits] [wot] 188/226: Updated version to 20131118

David Prévot taffit at moszumanska.debian.org
Fri May 1 00:35:50 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 8b590877f87ec10b8ecf3aaf70dcf522445e5192
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date:   Mon Nov 18 17:00:00 2013 +0200

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

diff --git a/content/config.js b/content/config.js
index 686a3fa..f15676f 100644
--- a/content/config.js
+++ b/content/config.js
@@ -19,7 +19,7 @@
 */
 
 const WOT_PLATFORM = "firefox";
-const WOT_VERSION  = "20131030";
+const WOT_VERSION  = "20131118";
 
 /*
  * Constants
diff --git a/content/injections/wot_proxy.js b/content/injections/wot_proxy.js
index 2cd6784..074c982 100644
--- a/content/injections/wot_proxy.js
+++ b/content/injections/wot_proxy.js
@@ -24,7 +24,7 @@
 * */
 
 var wot = {
-	version: "20131030",    // TODO: init this value from the add-on core code
+	version: "20131118",    // 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 49ea59f..be59447 100644
--- a/content/rw/wot.js
+++ b/content/rw/wot.js
@@ -19,7 +19,7 @@
 */
 
 var wot = {
-	version: 20131030,
+	version: 20131118,
 	platform: "firefox",
     locale: "en",           // cached value of the locale
     lang: "en-US",          // cached value of the lang
@@ -403,7 +403,7 @@ var wot = {
 		}
 
 		var result = chrome.i18n.getMessage(msg);
-	   
+
 		if (result == null) {
 			result = this.debug ? "!?" : "";
 		}

-- 
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