www

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

commit 72af812dfe4e3e711f94103604be7d11362c0342
parent 805986318b3ed1f4d499143a1f7c598fe5bf2d20
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Thu, 30 Apr 2015 17:13:44 -0400

Changed the wrong version number in the previous commit.

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

diff --git a/unpacked/jax/output/HTML-CSS/config.js b/unpacked/jax/output/HTML-CSS/config.js @@ -27,7 +27,7 @@ MathJax.OutputJax["HTML-CSS"] = MathJax.OutputJax({ id: "HTML-CSS", - version: "2.5.2", + version: "2.5.3", directory: MathJax.OutputJax.directory + "/HTML-CSS", extensionDir: MathJax.OutputJax.extensionDir + "/HTML-CSS", autoloadDir: MathJax.OutputJax.directory + "/HTML-CSS/autoload", 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.3", + version: "2.5.0", directory: MathJax.OutputJax.directory + "/SVG", extensionDir: MathJax.OutputJax.extensionDir + "/SVG", autoloadDir: MathJax.OutputJax.directory + "/SVG/autoload",