File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
5151MathJax . cdnFileVersions = { } ; // can be used to specify revisions for individual files
5252
5353/**********************************************************/
Original file line number Diff line number Diff line change 2525 */
2626
2727MathJax . 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)
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2727
2828MathJax . 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" ,
Original file line number Diff line number Diff line change 2727
2828MathJax . 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" ,
You can’t perform that action at this time.
0 commit comments