Skip to content

Commit 11b5897

Browse files
committed
Update version numbers of changed files
1 parent fdd0b77 commit 11b5897

File tree

13 files changed

+15
-15
lines changed

13 files changed

+15
-15
lines changed

unpacked/MathJax.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}}
4545

4646
// MathJax.isPacked = true; // This line is uncommented by the packer.
4747

48-
MathJax.version = "2.6.0";
49-
MathJax.fileversion = "2.6.0";
50-
MathJax.cdnVersion = "2.6.0"; // specifies a revision to break caching
48+
MathJax.version = "2.6.1";
49+
MathJax.fileversion = "2.6.1";
50+
MathJax.cdnVersion = "2.6.1"; // specifies a revision to break caching
5151
MathJax.cdnFileVersions = {}; // can be used to specify revisions for individual files
5252

5353
/**********************************************************/

unpacked/extensions/AssistiveMML.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
var SETTINGS = HUB.config.menuSettings;
3030

3131
var AssistiveMML = MathJax.Extension["AssistiveMML"] = {
32-
version: "2.6.0",
32+
version: "2.6.1",
3333

3434
config: HUB.CombineConfig("AssistiveMML",{
3535
disabled: false,

unpacked/extensions/MathMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828

2929
(function (HUB,HTML,AJAX,CALLBACK,OUTPUT) {
30-
var VERSION = "2.6.0";
30+
var VERSION = "2.6.1";
3131

3232
var SIGNAL = MathJax.Callback.Signal("menu"); // signal for menu events
3333

unpacked/extensions/TeX/AMSmath.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626

2727
MathJax.Extension["TeX/AMSmath"] = {
28-
version: "2.6.0",
28+
version: "2.6.1",
2929

3030
number: 0, // current equation number
3131
startNumber: 0, // current starting equation number (for when equation is restarted)

unpacked/extensions/toMathML.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727

2828
MathJax.Hub.Register.LoadHook("[MathJax]/jax/element/mml/jax.js",function () {
29-
var VERSION = "2.6.0";
29+
var VERSION = "2.6.1";
3030

3131
var MML = MathJax.ElementJax.mml,
3232
SETTINGS = MathJax.Hub.config.menuSettings;

unpacked/jax/input/MathML/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
MathJax.InputJax.MathML = MathJax.InputJax({
2929
id: "MathML",
30-
version: "2.6.0",
30+
version: "2.6.1",
3131
directory: MathJax.InputJax.directory + "/MathML",
3232
extensionDir: MathJax.InputJax.extensionDir + "/MathML",
3333
entityDir: MathJax.InputJax.directory + "/MathML/entities",

unpacked/jax/input/TeX/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
MathJax.InputJax.TeX = MathJax.InputJax({
2929
id: "TeX",
30-
version: "2.6.0",
30+
version: "2.6.1",
3131
directory: MathJax.InputJax.directory + "/TeX",
3232
extensionDir: MathJax.InputJax.extensionDir + "/TeX",
3333

unpacked/jax/output/CommonHTML/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
MathJax.OutputJax.CommonHTML = MathJax.OutputJax({
2929
id: "CommonHTML",
30-
version: "2.6.0",
30+
version: "2.6.1",
3131
directory: MathJax.OutputJax.directory + "/CommonHTML",
3232
extensionDir: MathJax.OutputJax.extensionDir + "/CommonHTML",
3333
autoloadDir: MathJax.OutputJax.directory + "/CommonHTML/autoload",

unpacked/jax/output/HTML-CSS/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
MathJax.OutputJax["HTML-CSS"] = MathJax.OutputJax({
2929
id: "HTML-CSS",
30-
version: "2.6.0",
30+
version: "2.6.1",
3131
directory: MathJax.OutputJax.directory + "/HTML-CSS",
3232
extensionDir: MathJax.OutputJax.extensionDir + "/HTML-CSS",
3333
autoloadDir: MathJax.OutputJax.directory + "/HTML-CSS/autoload",

unpacked/jax/output/NativeMML/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
MathJax.OutputJax.NativeMML = MathJax.OutputJax({
2929
id: "NativeMML",
30-
version: "2.6.0",
30+
version: "2.6.1",
3131
directory: MathJax.OutputJax.directory + "/NativeMML",
3232
extensionDir: MathJax.OutputJax.extensionDir + "/NativeMML",
3333

0 commit comments

Comments
 (0)