www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 805986318b3ed1f4d499143a1f7c598fe5bf2d20
parent 242c9356f5755d13eceeb2f337bf614ca7f3cff6
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Thu, 30 Apr 2015 15:27:45 -0400

Change version numbers.

Diffstat:
Munpacked/MathJax.js | 6+++---
Munpacked/jax/output/SVG/config.js | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 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 @@ -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",