Skip to content

Commit 81a19cc

Browse files
committed
Update versions to 2.7.2
1 parent 8f85811 commit 81a19cc

File tree

108 files changed

+116
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+116
-116
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathjax",
3-
"version": "2.7.2-beta.1",
3+
"version": "2.7.2-rc",
44
"description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.",
55
"keywords": [
66
"math",

unpacked/MathJax.js

Lines changed: 9 additions & 9 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.7.2-beta.1";
49-
MathJax.fileversion = "2.7.2-beta.1";
50-
MathJax.cdnVersion = "2.7.2-beta.1"; // specifies a revision to break caching
48+
MathJax.version = "2.7.2";
49+
MathJax.fileversion = "2.7.2";
50+
MathJax.cdnVersion = "2.7.2"; // specifies a revision to break caching
5151
MathJax.cdnFileVersions = {}; // can be used to specify revisions for individual files
5252

5353
/**********************************************************/
@@ -2904,7 +2904,7 @@ MathJax.Hub.Startup = {
29042904
}
29052905
},{
29062906
id: "Jax",
2907-
version: "2.7.2-beta.1",
2907+
version: "2.7.2",
29082908
directory: ROOT+"/jax",
29092909
extensionDir: ROOT+"/extensions"
29102910
});
@@ -2950,7 +2950,7 @@ MathJax.Hub.Startup = {
29502950
}
29512951
},{
29522952
id: "InputJax",
2953-
version: "2.7.2-beta.1",
2953+
version: "2.7.2",
29542954
directory: JAX.directory+"/input",
29552955
extensionDir: JAX.extensionDir
29562956
});
@@ -2983,7 +2983,7 @@ MathJax.Hub.Startup = {
29832983
Remove: function (jax) {}
29842984
},{
29852985
id: "OutputJax",
2986-
version: "2.7.2-beta.1",
2986+
version: "2.7.2",
29872987
directory: JAX.directory+"/output",
29882988
extensionDir: JAX.extensionDir,
29892989
fontDir: ROOT+(BASE.isPacked?"":"/..")+"/fonts",
@@ -3067,7 +3067,7 @@ MathJax.Hub.Startup = {
30673067
}
30683068
},{
30693069
id: "ElementJax",
3070-
version: "2.7.2-beta.1",
3070+
version: "2.7.2",
30713071
directory: JAX.directory+"/element",
30723072
extensionDir: JAX.extensionDir,
30733073
ID: 0, // jax counter (for IDs)
@@ -3091,7 +3091,7 @@ MathJax.Hub.Startup = {
30913091
// Some "Fake" jax used to allow menu access for "Math Processing Error" messages
30923092
//
30933093
BASE.OutputJax.Error = {
3094-
id: "Error", version: "2.7.2-beta.1", config: {}, errors: 0,
3094+
id: "Error", version: "2.7.2", config: {}, errors: 0,
30953095
ContextMenu: function () {return BASE.Extension.MathEvents.Event.ContextMenu.apply(BASE.Extension.MathEvents.Event,arguments)},
30963096
Mousedown: function () {return BASE.Extension.MathEvents.Event.AltContextMenu.apply(BASE.Extension.MathEvents.Event,arguments)},
30973097
getJaxFromMath: function (math) {return (math.nextSibling.MathJax||{}).error},
@@ -3110,7 +3110,7 @@ MathJax.Hub.Startup = {
31103110
}
31113111
};
31123112
BASE.InputJax.Error = {
3113-
id: "Error", version: "2.7.2-beta.1", config: {},
3113+
id: "Error", version: "2.7.2", config: {},
31143114
sourceMenuTitle: /*_(MathMenu)*/ ["Original","Original Form"]
31153115
};
31163116

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.7.2-beta.1",
32+
version: "2.7.2",
3333

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

unpacked/extensions/FontWarnings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
*/
8787

8888
(function (HUB,HTML) {
89-
var VERSION = "2.7.2-beta.1";
89+
var VERSION = "2.7.2";
9090

9191
var STIXURL = "http://www.stixfonts.org/";
9292
var MATHJAXURL = "https://github.com/mathjax/MathJax/tree/master/fonts/HTML-CSS/TeX/otf";

unpacked/extensions/HTML-CSS/handle-floats.js

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

3838

3939
MathJax.Extension["HTML-CSS/handle-floats"] = {
40-
version: "2.7.2-beta.1"
40+
version: "2.7.2"
4141
};
4242

4343
//

unpacked/extensions/HelpDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
(function (HUB,HTML,AJAX,OUTPUT,LOCALE) {
2525

2626
var HELP = MathJax.Extension.Help = {
27-
version: "2.7.2-beta.1"
27+
version: "2.7.2"
2828
};
2929

3030
var STIXURL = "http://www.stixfonts.org/";

unpacked/extensions/MatchWebFonts.js

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

3030
(function (HUB,AJAX) {
31-
var VERSION = "2.7.2-beta.1";
31+
var VERSION = "2.7.2";
3232

3333
var CONFIG = MathJax.Hub.CombineConfig("MatchWebFonts",{
3434
matchFor: {

unpacked/extensions/MathEvents.js

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

2828
(function (HUB,HTML,AJAX,CALLBACK,LOCALE,OUTPUT,INPUT) {
29-
var VERSION = "2.7.2-beta.1";
29+
var VERSION = "2.7.2";
3030

3131
var EXTENSION = MathJax.Extension;
3232
var ME = EXTENSION.MathEvents = {version: VERSION};

unpacked/extensions/MathML/content-mathml.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ MathJax.Extension["MathML/content-mathml"] = (function(HUB) {
7878
});
7979

8080
var CToP = {
81-
version: "2.7.2-beta.1",
81+
version: "2.7.2",
8282
settings: CONFIG,
8383

8484
/* Transform the given <math> elements from Content MathML to Presentation MathML and replace the original elements

unpacked/extensions/MathML/mml3.js

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

4343

4444
MathJax.Extension["MathML/mml3"] = {
45-
version: "2.7.2-beta.1"
45+
version: "2.7.2"
4646
};
4747

4848
MathJax.Hub.Register.StartupHook("MathML Jax Ready",function () {

0 commit comments

Comments
 (0)