Update version numbers of changed files
This commit is contained in:
parent
fdd0b7787f
commit
11b5897959
|
@ -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.6.0";
|
||||
MathJax.fileversion = "2.6.0";
|
||||
MathJax.cdnVersion = "2.6.0"; // specifies a revision to break caching
|
||||
MathJax.version = "2.6.1";
|
||||
MathJax.fileversion = "2.6.1";
|
||||
MathJax.cdnVersion = "2.6.1"; // specifies a revision to break caching
|
||||
MathJax.cdnFileVersions = {}; // can be used to specify revisions for individual files
|
||||
|
||||
/**********************************************************/
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
var SETTINGS = HUB.config.menuSettings;
|
||||
|
||||
var AssistiveMML = MathJax.Extension["AssistiveMML"] = {
|
||||
version: "2.6.0",
|
||||
version: "2.6.1",
|
||||
|
||||
config: HUB.CombineConfig("AssistiveMML",{
|
||||
disabled: false,
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
*/
|
||||
|
||||
(function (HUB,HTML,AJAX,CALLBACK,OUTPUT) {
|
||||
var VERSION = "2.6.0";
|
||||
var VERSION = "2.6.1";
|
||||
|
||||
var SIGNAL = MathJax.Callback.Signal("menu"); // signal for menu events
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Extension["TeX/AMSmath"] = {
|
||||
version: "2.6.0",
|
||||
version: "2.6.1",
|
||||
|
||||
number: 0, // current equation number
|
||||
startNumber: 0, // current starting equation number (for when equation is restarted)
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Hub.Register.LoadHook("[MathJax]/jax/element/mml/jax.js",function () {
|
||||
var VERSION = "2.6.0";
|
||||
var VERSION = "2.6.1";
|
||||
|
||||
var MML = MathJax.ElementJax.mml,
|
||||
SETTINGS = MathJax.Hub.config.menuSettings;
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
MathJax.InputJax.MathML = MathJax.InputJax({
|
||||
id: "MathML",
|
||||
version: "2.6.0",
|
||||
version: "2.6.1",
|
||||
directory: MathJax.InputJax.directory + "/MathML",
|
||||
extensionDir: MathJax.InputJax.extensionDir + "/MathML",
|
||||
entityDir: MathJax.InputJax.directory + "/MathML/entities",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
MathJax.InputJax.TeX = MathJax.InputJax({
|
||||
id: "TeX",
|
||||
version: "2.6.0",
|
||||
version: "2.6.1",
|
||||
directory: MathJax.InputJax.directory + "/TeX",
|
||||
extensionDir: MathJax.InputJax.extensionDir + "/TeX",
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
MathJax.OutputJax.CommonHTML = MathJax.OutputJax({
|
||||
id: "CommonHTML",
|
||||
version: "2.6.0",
|
||||
version: "2.6.1",
|
||||
directory: MathJax.OutputJax.directory + "/CommonHTML",
|
||||
extensionDir: MathJax.OutputJax.extensionDir + "/CommonHTML",
|
||||
autoloadDir: MathJax.OutputJax.directory + "/CommonHTML/autoload",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
MathJax.OutputJax["HTML-CSS"] = MathJax.OutputJax({
|
||||
id: "HTML-CSS",
|
||||
version: "2.6.0",
|
||||
version: "2.6.1",
|
||||
directory: MathJax.OutputJax.directory + "/HTML-CSS",
|
||||
extensionDir: MathJax.OutputJax.extensionDir + "/HTML-CSS",
|
||||
autoloadDir: MathJax.OutputJax.directory + "/HTML-CSS/autoload",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
MathJax.OutputJax.NativeMML = MathJax.OutputJax({
|
||||
id: "NativeMML",
|
||||
version: "2.6.0",
|
||||
version: "2.6.1",
|
||||
directory: MathJax.OutputJax.directory + "/NativeMML",
|
||||
extensionDir: MathJax.OutputJax.extensionDir + "/NativeMML",
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
MathJax.OutputJax.PlainSource = MathJax.OutputJax({
|
||||
id: "PlainSource",
|
||||
version: "2.6.0",
|
||||
version: "2.6.1",
|
||||
directory: MathJax.OutputJax.directory + "/PlainSource",
|
||||
extensionDir: MathJax.OutputJax.extensionDir + "/PlainSource",
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
MathJax.OutputJax.PreviewHTML = MathJax.OutputJax({
|
||||
id: "PreviewHTML",
|
||||
version: "2.6.0",
|
||||
version: "2.6.1",
|
||||
directory: MathJax.OutputJax.directory + "/PreviewHTML",
|
||||
extensionDir: MathJax.OutputJax.extensionDir + "/PreviewHTML",
|
||||
noFastPreview: true, // don't do fast preview for this output jax
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
MathJax.OutputJax.SVG = MathJax.OutputJax({
|
||||
id: "SVG",
|
||||
version: "2.6.0",
|
||||
version: "2.6.1",
|
||||
directory: MathJax.OutputJax.directory + "/SVG",
|
||||
extensionDir: MathJax.OutputJax.extensionDir + "/SVG",
|
||||
autoloadDir: MathJax.OutputJax.directory + "/SVG/autoload",
|
||||
|
|
Loading…
Reference in New Issue
Block a user