[Pkg-mozext-commits] [adblock-plus] 397/464: Use full version number in Chrome's info pseudo-module

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit 8eb39b775c994a116185006e0844b6c9f3208105
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Wed Jul 24 09:04:25 2013 +0200

    Use full version number in Chrome's info pseudo-module
    
    --HG--
    extra : rebase_source : 6b66e57fead62c7694522c0343384c5145dca6f4
---
 chromeInfo.js.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chromeInfo.js.tmpl b/chromeInfo.js.tmpl
index 6a37c62..64f1731 100644
--- a/chromeInfo.js.tmpl
+++ b/chromeInfo.js.tmpl
@@ -21,7 +21,7 @@ require.scopes.info = {
     return chrome.i18n.getMessage("@@extension_id");
   },
   addonName: {{metadata.get('general', 'basename')|json}},
-  addonVersion: {{metadata.get('general', 'version')|json}},
+  addonVersion: {{version|json}},
   addonRoot: "",
 
   application: {{type|json}},

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list