Change version numbers.

This commit is contained in:
Davide P. Cervone 2015-04-30 15:27:45 -04:00
parent 242c9356f5
commit 805986318b
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -27,7 +27,7 @@
MathJax.OutputJax.SVG = MathJax.OutputJax({
id: "SVG",
version: "2.5.0",
version: "2.5.3",
directory: MathJax.OutputJax.directory + "/SVG",
extensionDir: MathJax.OutputJax.extensionDir + "/SVG",
autoloadDir: MathJax.OutputJax.directory + "/SVG/autoload",