Update version numbers of changed files
This commit is contained in:
parent
974b5d34c8
commit
225ac4680f
|
@ -45,9 +45,9 @@ if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}}
|
||||||
|
|
||||||
// MathJax.isPacked = true; // This line is uncommented by the packer.
|
// MathJax.isPacked = true; // This line is uncommented by the packer.
|
||||||
|
|
||||||
MathJax.version = "2.6.0-beta";
|
MathJax.version = "2.6.0-beta.1";
|
||||||
MathJax.fileversion = "2.6.0-beta";
|
MathJax.fileversion = "2.6.0-beta.1";
|
||||||
MathJax.cdnVersion = "2.6.0-beta"; // specifies a revision to break caching
|
MathJax.cdnVersion = "2.6.0-beta.1"; // specifies a revision to break caching
|
||||||
MathJax.cdnFileVersions = {}; // can be used to specify revisions for individual files
|
MathJax.cdnFileVersions = {}; // can be used to specify revisions for individual files
|
||||||
|
|
||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
MathJax.Extension["TeX/AMSmath"] = {
|
MathJax.Extension["TeX/AMSmath"] = {
|
||||||
version: "2.6.0-beta",
|
version: "2.6.0-beta.1",
|
||||||
|
|
||||||
number: 0, // current equation number
|
number: 0, // current equation number
|
||||||
startNumber: 0, // current starting equation number (for when equation is restarted)
|
startNumber: 0, // current starting equation number (for when equation is restarted)
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
(function (HUB,HTML) {
|
(function (HUB,HTML) {
|
||||||
var VERSION = "2.6.0-beta";
|
var VERSION = "2.6.0-beta.1";
|
||||||
|
|
||||||
var CONFIG = HUB.CombineConfig("TeX.noErrors",{
|
var CONFIG = HUB.CombineConfig("TeX.noErrors",{
|
||||||
disabled: false, // set to true to return to original error messages
|
disabled: false, // set to true to return to original error messages
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
MathJax.OutputJax.CommonHTML = MathJax.OutputJax({
|
MathJax.OutputJax.CommonHTML = MathJax.OutputJax({
|
||||||
id: "CommonHTML",
|
id: "CommonHTML",
|
||||||
version: "2.6.0-beta",
|
version: "2.6.0-beta.1",
|
||||||
directory: MathJax.OutputJax.directory + "/CommonHTML",
|
directory: MathJax.OutputJax.directory + "/CommonHTML",
|
||||||
extensionDir: MathJax.OutputJax.extensionDir + "/CommonHTML",
|
extensionDir: MathJax.OutputJax.extensionDir + "/CommonHTML",
|
||||||
autoloadDir: MathJax.OutputJax.directory + "/CommonHTML/autoload",
|
autoloadDir: MathJax.OutputJax.directory + "/CommonHTML/autoload",
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
MathJax.OutputJax["HTML-CSS"] = MathJax.OutputJax({
|
MathJax.OutputJax["HTML-CSS"] = MathJax.OutputJax({
|
||||||
id: "HTML-CSS",
|
id: "HTML-CSS",
|
||||||
version: "2.6.0-beta",
|
version: "2.6.0-beta.1",
|
||||||
directory: MathJax.OutputJax.directory + "/HTML-CSS",
|
directory: MathJax.OutputJax.directory + "/HTML-CSS",
|
||||||
extensionDir: MathJax.OutputJax.extensionDir + "/HTML-CSS",
|
extensionDir: MathJax.OutputJax.extensionDir + "/HTML-CSS",
|
||||||
autoloadDir: MathJax.OutputJax.directory + "/HTML-CSS/autoload",
|
autoloadDir: MathJax.OutputJax.directory + "/HTML-CSS/autoload",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user