commit 9289b7f4e0129eb055fbd544b641c435ac75a8b7
parent acd54cd2c037a19f6bec86409ad955e1aa5d54e0
Author: Simon Kornblith <simon@simonster.com>
Date: Wed, 2 Nov 2011 09:38:28 -0700
Merge pull request #1 from mronkko/master
Changed the required versions of extensions from x.x.x.SVN to x.x.x.SOURCE
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js
@@ -35,7 +35,7 @@ const INTEGRATION_PLUGINS = ["zoteroMacWordIntegration@zotero.org",
"zoteroOpenOfficeIntegration@zotero.org", "zoteroWinWordIntegration@zotero.org"];
Zotero.Integration = new function() {
- const INTEGRATION_MIN_VERSIONS = ["3.1.7.SVN", "3.5b2.SVN", "3.1.3.SVN"];
+ const INTEGRATION_MIN_VERSIONS = ["3.1.7.SOURCE", "3.5b2.SOURCE", "3.1.3.SOURCE"];
var _tmpFile = null;
var _osascriptFile;