Changed the required versions from SVN to SOURCE to reflect name changes

This commit is contained in:
Mikko Rönkkö 2011-11-02 18:33:49 +02:00
parent acd54cd2c0
commit 6dfb6af461

View file

@ -35,7 +35,7 @@ const INTEGRATION_PLUGINS = ["zoteroMacWordIntegration@zotero.org",
"zoteroOpenOfficeIntegration@zotero.org", "zoteroWinWordIntegration@zotero.org"]; "zoteroOpenOfficeIntegration@zotero.org", "zoteroWinWordIntegration@zotero.org"];
Zotero.Integration = new function() { 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 _tmpFile = null;
var _osascriptFile; var _osascriptFile;