Skip to content

Commit 8059863

Browse files
committed
Change version numbers.
1 parent 242c935 commit 8059863

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

unpacked/MathJax.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}}
4545

4646
// MathJax.isPacked = true; // This line is uncommented by the packer.
4747

48-
MathJax.version = "2.5.2";
49-
MathJax.fileversion = "2.5.2";
50-
MathJax.cdnVersion = "2.5.2"; // specifies a revision to break caching
48+
MathJax.version = "2.5";
49+
MathJax.fileversion = "2.5.3";
50+
MathJax.cdnVersion = "2.5.3"; // specifies a revision to break caching
5151
MathJax.cdnFileVersions = {}; // can be used to specify revisions for individual files
5252

5353
/**********************************************************/

unpacked/jax/output/SVG/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
MathJax.OutputJax.SVG = MathJax.OutputJax({
2929
id: "SVG",
30-
version: "2.5.0",
30+
version: "2.5.3",
3131
directory: MathJax.OutputJax.directory + "/SVG",
3232
extensionDir: MathJax.OutputJax.extensionDir + "/SVG",
3333
autoloadDir: MathJax.OutputJax.directory + "/SVG/autoload",

0 commit comments

Comments
 (0)