Fix version number of MathJax as a whole.

This commit is contained in:
Davide P. Cervone 2015-02-25 10:59:15 -05:00
parent 5f53a23e58
commit 960108c712

View File

@ -45,7 +45,7 @@ if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}}
// MathJax.isPacked = true; // This line is uncommented by the packer. // MathJax.isPacked = true; // This line is uncommented by the packer.
MathJax.version = "2.5.0"; MathJax.version = "2.5.1";
MathJax.fileversion = "2.5.1"; MathJax.fileversion = "2.5.1";
MathJax.cdnVersion = "2.5.1"; // specifies a revision to break caching MathJax.cdnVersion = "2.5.1"; // specifies a revision to break caching
MathJax.cdnFileVersions = {}; // can be used to specify revisions for individual files MathJax.cdnFileVersions = {}; // can be used to specify revisions for individual files