www

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

commit 960108c712573ee9acec223952563d3cfa8fa5bb
parent 5f53a23e583904138347c04cd265f3c60dbf1dbd
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Wed, 25 Feb 2015 10:59:15 -0500

Fix version number of MathJax as a whole.

Diffstat:
Munpacked/MathJax.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unpacked/MathJax.js b/unpacked/MathJax.js @@ -45,7 +45,7 @@ if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}} // MathJax.isPacked = true; // This line is uncommented by the packer. -MathJax.version = "2.5.0"; +MathJax.version = "2.5.1"; MathJax.fileversion = "2.5.1"; MathJax.cdnVersion = "2.5.1"; // specifies a revision to break caching MathJax.cdnFileVersions = {}; // can be used to specify revisions for individual files