Merge pull request #1 from mronkko/master

Changed the required versions of extensions from x.x.x.SVN to x.x.x.SOURCE
This commit is contained in:
Simon Kornblith 2011-11-02 09:38:28 -07:00
commit 9289b7f4e0

View File

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