Skip to content

Commit 6440221

Browse files
authored
Merge pull request #2357 from wilzbach/list-anchors
Bump archive version to 2.080 merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
2 parents bee441f + d2f44b7 commit 6440221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/listanchors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function addAnchors()
3434
function addVersionSelector() {
3535
// Latest version offered by the archive builds
3636
// This needs to be manually updated after new versions have been archived
37-
var currentArchivedVersion = 79;
37+
var currentArchivedVersion = 80;
3838
// build URLs for dlang.org: DDoc + Dox
3939
var ddocModuleURL = document.body.id.replace(/[.]/g, "_") + ".html";
4040
var ddoxModuleURL = document.body.id.replace(/[.]/g, "/") + ".html";

0 commit comments

Comments
 (0)