Bump version numbers for updated files

This commit is contained in:
Davide P. Cervone 2015-02-19 17:43:07 -05:00
parent fe0d977494
commit f87cb5cf42
9 changed files with 10 additions and 10 deletions

View File

@ -46,8 +46,8 @@ if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}}
// MathJax.isPacked = true; // This line is uncommented by the packer.
MathJax.version = "2.5.0";
MathJax.fileversion = "2.5.0";
MathJax.cdnVersion = "2.5.0"; // specifies a revision to break caching
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
/**********************************************************/

View File

@ -37,7 +37,7 @@
MathJax.Extension["HTML-CSS/handle-floats"] = {
version: "2.5.0"
version: "2.5.1"
};
//

View File

@ -25,7 +25,7 @@
*/
MathJax.Extension["TeX/AMSmath"] = {
version: "2.5.0",
version: "2.5.1",
number: 0, // current equation number
startNumber: 0, // current starting equation number (for when equation is restarted)

View File

@ -71,7 +71,7 @@
*/
(function (HUB,HTML) {
var VERSION = "2.5.0";
var VERSION = "2.5.1";
var CONFIG = HUB.CombineConfig("TeX.noErrors",{
disabled: false, // set to true to return to original error messages

View File

@ -62,7 +62,7 @@
// The configuration defaults, augmented by the user settings
//
MathJax.Extension["TeX/unicode"] = {
version: "2.5.0",
version: "2.5.1",
unicode: {},
config: MathJax.Hub.CombineConfig("TeX.unicode",{
fonts: "STIXGeneral,'Arial Unicode MS'"

View File

@ -30,7 +30,7 @@ MathJax.ElementJax.mml = MathJax.ElementJax({
mimeType: "jax/mml"
},{
id: "mml",
version: "2.5.0",
version: "2.5.1",
directory: MathJax.ElementJax.directory + "/mml",
extensionDir: MathJax.ElementJax.extensionDir + "/mml",
optableDir: MathJax.ElementJax.directory + "/mml/optable"

View File

@ -25,7 +25,7 @@
*/
MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function () {
var VERSION = "2.5.0";
var VERSION = "2.5.1";
var MML = MathJax.ElementJax.mml,
HTMLCSS = MathJax.OutputJax["HTML-CSS"];

View File

@ -27,7 +27,7 @@
MathJax.OutputJax["HTML-CSS"] = MathJax.OutputJax({
id: "HTML-CSS",
version: "2.5.0",
version: "2.5.1",
directory: MathJax.OutputJax.directory + "/HTML-CSS",
extensionDir: MathJax.OutputJax.extensionDir + "/HTML-CSS",
autoloadDir: MathJax.OutputJax.directory + "/HTML-CSS/autoload",

View File

@ -27,7 +27,7 @@
MathJax.OutputJax.NativeMML = MathJax.OutputJax({
id: "NativeMML",
version: "2.5.0",
version: "2.5.1",
directory: MathJax.OutputJax.directory + "/NativeMML",
extensionDir: MathJax.OutputJax.extensionDir + "/NativeMML",