We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6be910e + 95f434e commit 5a80a42Copy full SHA for 5a80a42
js/listanchors.js
@@ -34,7 +34,7 @@ function addAnchors()
34
function addVersionSelector() {
35
// Latest version offered by the archive builds
36
// This needs to be manually updated after new versions have been archived
37
- var currentArchivedVersion = 78;
+ var currentArchivedVersion = 79;
38
// build URLs for dlang.org: DDoc + Dox
39
var ddocModuleURL = document.body.id.replace(/[.]/g, "_") + ".html";
40
var ddoxModuleURL = document.body.id.replace(/[.]/g, "/") + ".html";
0 commit comments