Skip to content

Commit 8111e98

Browse files
committed
modify page_history.js
1 parent 550ec4d commit 8111e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_static/page_history.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function createInfo(file, newat, altnames = '', removedat = '') {
55
this.removedat = removedat;
66
}
77

8-
const versionsArr = ['3.8','3.7', '3.6', '3.5', '3.4', '3.3', '3.2', '3.1', '3.0'];
8+
const versionsArr = ['4.0', '3.8','3.7', '3.6', '3.5', '3.4', '3.3', '3.2', '3.1', '3.0'];
99
var unsuportedArr = ['2.6', '2.5', '2.4', '2.3', '2.2', '2.1', '2.0'];
1010
var titles = [
1111
{k: 'en', v: ['Supported versions', 'Unsupported versions']},

0 commit comments

Comments
 (0)