From 805986318b3ed1f4d499143a1f7c598fe5bf2d20 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Thu, 30 Apr 2015 15:27:45 -0400 Subject: [PATCH] Change version numbers. --- unpacked/MathJax.js | 6 +++--- unpacked/jax/output/SVG/config.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/unpacked/MathJax.js b/unpacked/MathJax.js index 547ef78f4..72235a97d 100644 --- a/unpacked/MathJax.js +++ b/unpacked/MathJax.js @@ -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 /**********************************************************/ diff --git a/unpacked/jax/output/SVG/config.js b/unpacked/jax/output/SVG/config.js index 49d4906eb..a74f36567 100644 --- a/unpacked/jax/output/SVG/config.js +++ b/unpacked/jax/output/SVG/config.js @@ -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",