Change version numbers.
This commit is contained in:
parent
242c9356f5
commit
805986318b
|
@ -45,9 +45,9 @@ 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.2";
|
MathJax.version = "2.5";
|
||||||
MathJax.fileversion = "2.5.2";
|
MathJax.fileversion = "2.5.3";
|
||||||
MathJax.cdnVersion = "2.5.2"; // specifies a revision to break caching
|
MathJax.cdnVersion = "2.5.3"; // 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
|
||||||
|
|
||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
MathJax.OutputJax.SVG = MathJax.OutputJax({
|
MathJax.OutputJax.SVG = MathJax.OutputJax({
|
||||||
id: "SVG",
|
id: "SVG",
|
||||||
version: "2.5.0",
|
version: "2.5.3",
|
||||||
directory: MathJax.OutputJax.directory + "/SVG",
|
directory: MathJax.OutputJax.directory + "/SVG",
|
||||||
extensionDir: MathJax.OutputJax.extensionDir + "/SVG",
|
extensionDir: MathJax.OutputJax.extensionDir + "/SVG",
|
||||||
autoloadDir: MathJax.OutputJax.directory + "/SVG/autoload",
|
autoloadDir: MathJax.OutputJax.directory + "/SVG/autoload",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user