Skip to content

Commit 225ac46

Browse files
committed
Update version numbers of changed files
1 parent 974b5d3 commit 225ac46

File tree

5 files changed

+7
-7
lines changed

5 files changed

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

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

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-beta",
28+
version: "2.6.0-beta.1",
2929

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

unpacked/extensions/TeX/noErrors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
*/
7272

7373
(function (HUB,HTML) {
74-
var VERSION = "2.6.0-beta";
74+
var VERSION = "2.6.0-beta.1";
7575

7676
var CONFIG = HUB.CombineConfig("TeX.noErrors",{
7777
disabled: false, // set to true to return to original error messages

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-beta",
30+
version: "2.6.0-beta.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-beta",
30+
version: "2.6.0-beta.1",
3131
directory: MathJax.OutputJax.directory + "/HTML-CSS",
3232
extensionDir: MathJax.OutputJax.extensionDir + "/HTML-CSS",
3333
autoloadDir: MathJax.OutputJax.directory + "/HTML-CSS/autoload",

0 commit comments

Comments
 (0)